#[repr(C)]pub struct TEEC_Session {
pub imp: TEEC_Session__Imp,
}Expand description
表示客户端应用与受信任应用之间的会话连接
TEEC_Session 结构体用于管理客户端应用与特定可信应用之间的会话,
一旦会话建立,就可以通过该会话执行各种操作和命令调用。
Fields§
§imp: TEEC_Session__ImpTrait Implementations§
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 UnsafeUnpin 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