Struct optee_utee_sys::TEE_Attribute
source · #[repr(C)]pub struct TEE_Attribute {
pub attributeID: u32,
pub content: content,
}Fields§
§attributeID: u32§content: contentTrait Implementations§
source§impl Clone for TEE_Attribute
impl Clone for TEE_Attribute
source§fn clone(&self) -> TEE_Attribute
fn clone(&self) -> TEE_Attribute
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TEE_Attribute
Auto Trait Implementations§
impl Freeze for TEE_Attribute
impl RefUnwindSafe for TEE_Attribute
impl !Send for TEE_Attribute
impl !Sync for TEE_Attribute
impl Unpin for TEE_Attribute
impl UnwindSafe for TEE_Attribute
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