pub struct __TEE_PropSetHandle { /* private fields */ }Trait Implementations§
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