#[repr(C)]pub struct TEEC_Context {
pub fd: c_int,
pub reg_mem: bool,
}
Fields§
§fd: c_int
§reg_mem: bool
Auto Trait Implementations§
impl Freeze for TEEC_Context
impl RefUnwindSafe for TEEC_Context
impl Send for TEEC_Context
impl Sync for TEEC_Context
impl Unpin for TEEC_Context
impl UnwindSafe for TEEC_Context
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