Struct optee_utee_sys::__TEE_PropSetHandle
source · #[repr(C)]pub struct __TEE_PropSetHandle { /* private fields */ }Auto Trait Implementations§
impl Freeze for __TEE_PropSetHandle
impl RefUnwindSafe for __TEE_PropSetHandle
impl Send for __TEE_PropSetHandle
impl Sync for __TEE_PropSetHandle
impl Unpin for __TEE_PropSetHandle
impl UnwindSafe for __TEE_PropSetHandle
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more