Struct tss_esapi_sys::TSS2_TCTI_INFO
source · [−]#[repr(C)]pub struct TSS2_TCTI_INFO {
pub version: u32,
pub name: *const c_char,
pub description: *const c_char,
pub config_help: *const c_char,
pub init: TSS2_TCTI_INIT_FUNC,
}Fields
version: u32name: *const c_chardescription: *const c_charconfig_help: *const c_charinit: TSS2_TCTI_INIT_FUNCTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TSS2_TCTI_INFO
impl !Send for TSS2_TCTI_INFO
impl !Sync for TSS2_TCTI_INFO
impl Unpin for TSS2_TCTI_INFO
impl UnwindSafe for TSS2_TCTI_INFO
Blanket Implementations
Mutably borrows from an owned value. Read more