Struct optee_utee::identity::Identity
source · pub struct Identity { /* private fields */ }
Implementations§
Trait Implementations§
source§impl From<TEE_Identity> for Identity
impl From<TEE_Identity> for Identity
source§fn from(raw: TEE_Identity) -> Self
fn from(raw: TEE_Identity) -> Self
Converts to this type from the input type.
source§impl PropertyValue for Identity
impl PropertyValue for Identity
impl Copy for Identity
Auto Trait Implementations§
impl Freeze for Identity
impl RefUnwindSafe for Identity
impl Send for Identity
impl Sync for Identity
impl Unpin for Identity
impl UnwindSafe for Identity
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