#[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: u32§earliest_issue_date: time_t§latest_issue_date: time_t§earliest_expiration_date: time_t§tcb_level_date_tag: time_t§pck_crl_num: u32§root_ca_crl_num: u32§tcb_eval_ref_num: u32§root_key_id: [u8; 48]§pck_ppid: Key128bit§tcb_cpusvn: CpuSvn§tcb_pce_isvsvn: u16§pce_id: u16§tee_type: u32§sgx_type: u8§platform_instance_id: [u8; 16]§dynamic_platform: PckCertFlag§cached_keys: PckCertFlag§smt_enabled: PckCertFlag

Trait Implementations§

source§

impl AsRef<[u8; 176]> for QlQvSupplemental

source§

fn as_ref(&self) -> &[u8; 176]

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for QlQvSupplemental

source§

fn clone(&self) -> QlQvSupplemental

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for QlQvSupplemental

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for QlQvSupplemental

source§

fn default() -> QlQvSupplemental

Returns the “default value” for a type. Read more
source§

impl ContiguousMemory for QlQvSupplemental

source§

impl Copy for QlQvSupplemental

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.