pub struct TctiInfo { /* private fields */ }
Expand description
Wrapper around the TSS2_TCTI_INFO structure.
Implementations§
source§impl TctiInfo
impl TctiInfo
sourcepub fn get_info(name_conf: TctiNameConf) -> Result<Self>
pub fn get_info(name_conf: TctiNameConf) -> Result<Self>
Query the TCTI loading mechanism
sourcepub fn description(&self) -> &CStr
pub fn description(&self) -> &CStr
Get the description field
sourcepub fn config_help(&self) -> &CStr
pub fn config_help(&self) -> &CStr
Get the config_help field
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TctiInfo
impl RefUnwindSafe for TctiInfo
impl !Send for TctiInfo
impl !Sync for TctiInfo
impl Unpin for TctiInfo
impl UnwindSafe for TctiInfo
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