#[repr(C)]pub struct TEEC_Session {
pub ctx: *mut TEEC_Context,
pub session_id: uint32_t,
}
Fields§
§ctx: *mut TEEC_Context
§session_id: uint32_t
Auto Trait Implementations§
impl Freeze for TEEC_Session
impl RefUnwindSafe for TEEC_Session
impl !Send for TEEC_Session
impl !Sync for TEEC_Session
impl Unpin for TEEC_Session
impl UnwindSafe for TEEC_Session
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