Struct optee_utee_sys::__TEE_SEChannelHandle
source · #[repr(C)]pub struct __TEE_SEChannelHandle { /* private fields */ }Auto Trait Implementations§
impl Freeze for __TEE_SEChannelHandle
impl RefUnwindSafe for __TEE_SEChannelHandle
impl Send for __TEE_SEChannelHandle
impl Sync for __TEE_SEChannelHandle
impl Unpin for __TEE_SEChannelHandle
impl UnwindSafe for __TEE_SEChannelHandle
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