#[repr(C)]pub struct TEE_Attribute {
pub attributeID: u32,
pub __bindgen_padding_0: [u8; 4],
pub content: TEE_Attribute__bindgen_ty_1,
}
Fields§
§attributeID: u32
§__bindgen_padding_0: [u8; 4]
§content: TEE_Attribute__bindgen_ty_1
Trait 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 moreSource§impl Debug for TEE_Attribute
impl Debug for TEE_Attribute
impl 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)