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