#[repr(C)]pub struct TEEC_Session__Imp {
pub ctx: *mut TEEC_Context,
pub session_id: u32,
}Expand description
TEEC_Session 的实现定义字段。
ctx:指向关联TEEC_Context的指针,会话关闭后置为 NULLsession_id:TA 侧分配的唯一会话标识符
Fields§
§ctx: *mut TEEC_Context§session_id: u32Trait Implementations§
Auto Trait Implementations§
impl !Send for TEEC_Session__Imp
impl !Sync for TEEC_Session__Imp
impl Freeze for TEEC_Session__Imp
impl RefUnwindSafe for TEEC_Session__Imp
impl Unpin for TEEC_Session__Imp
impl UnsafeUnpin for TEEC_Session__Imp
impl UnwindSafe for TEEC_Session__Imp
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