#[repr(C)]
pub struct QlQvSupplemental {
Show 19 fields pub version: u32, pub earliest_issue_date: time_t, pub latest_issue_date: time_t, pub earliest_expiration_date: time_t, pub tcb_level_date_tag: time_t, pub pck_crl_num: u32, pub root_ca_crl_num: u32, pub tcb_eval_ref_num: u32, pub root_key_id: [u8; 48], pub pck_ppid: Key128bit, pub tcb_cpusvn: CpuSvn, pub tcb_pce_isvsvn: u16, pub pce_id: u16, pub tee_type: u32, pub sgx_type: u8, pub platform_instance_id: [u8; 16], pub dynamic_platform: PckCertFlag, pub cached_keys: PckCertFlag, pub smt_enabled: PckCertFlag,
}

Fields

version: u32earliest_issue_date: time_tlatest_issue_date: time_tearliest_expiration_date: time_ttcb_level_date_tag: time_tpck_crl_num: u32root_ca_crl_num: u32tcb_eval_ref_num: u32root_key_id: [u8; 48]pck_ppid: Key128bittcb_cpusvn: CpuSvntcb_pce_isvsvn: u16pce_id: u16tee_type: u32sgx_type: u8platform_instance_id: [u8; 16]dynamic_platform: PckCertFlagcached_keys: PckCertFlagsmt_enabled: PckCertFlag

Trait Implementations

Converts this type into a shared reference of the (usually inferred) input type.
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.