Struct optee_utee_sys::TEE_SEAID
source · #[repr(C)]pub struct TEE_SEAID {
pub buffer: *mut u8,
pub bufferLen: size_t,
}Fields§
§buffer: *mut u8§bufferLen: size_tAuto Trait Implementations§
impl Freeze for TEE_SEAID
impl RefUnwindSafe for TEE_SEAID
impl !Send for TEE_SEAID
impl !Sync for TEE_SEAID
impl Unpin for TEE_SEAID
impl UnwindSafe for TEE_SEAID
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