Struct optee_utee_sys::ta_head
source · #[repr(C)]pub struct ta_head {
pub uuid: TEE_UUID,
pub stack_size: u32,
pub flags: u32,
pub depr_entry: u64,
}Fields§
§uuid: TEE_UUID§stack_size: u32§flags: u32§depr_entry: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for ta_head
impl RefUnwindSafe for ta_head
impl Send for ta_head
impl Unpin for ta_head
impl UnwindSafe for ta_head
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