Struct optee_utee::property::TeeDescription
source · pub struct TeeDescription;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TeeDescription
impl RefUnwindSafe for TeeDescription
impl Send for TeeDescription
impl Sync for TeeDescription
impl Unpin for TeeDescription
impl UnwindSafe for TeeDescription
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