Struct tss_esapi::tcti_ldr::TctiContext
source · pub struct TctiContext { /* private fields */ }
Expand description
TCTI Context created via a TCTI Loader Library. Wrapper around the TSS2_TCTI_CONTEXT structure.
Implementations§
source§impl TctiContext
impl TctiContext
sourcepub fn initialize(name_conf: TctiNameConf) -> Result<Self>
pub fn initialize(name_conf: TctiNameConf) -> Result<Self>
Allocate and initialize a new TctiContext structure.
Trait Implementations§
source§impl Debug for TctiContext
impl Debug for TctiContext
source§impl Drop for TctiContext
impl Drop for TctiContext
impl Send for TctiContext
impl Sync for TctiContext
Auto Trait Implementations§
impl Freeze for TctiContext
impl RefUnwindSafe for TctiContext
impl Unpin for TctiContext
impl UnwindSafe for TctiContext
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