#[repr(C)]
pub struct _sgx_ql_qv_supplemental_t {
Show 26 fields pub __bindgen_anon_1: _sgx_ql_qv_supplemental_t__bindgen_ty_1, 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: sgx_key_128bit_t, pub tcb_cpusvn: sgx_cpu_svn_t, pub tcb_pce_isvsvn: sgx_isv_svn_t, pub pce_id: u16, pub tee_type: u32, pub sgx_type: u8, pub platform_instance_id: [u8; 16], pub dynamic_platform: pck_cert_flag_enum_t, pub cached_keys: pck_cert_flag_enum_t, pub smt_enabled: pck_cert_flag_enum_t, pub sa_list: [c_char; 320], pub qe_iden_earliest_issue_date: time_t, pub qe_iden_latest_issue_date: time_t, pub qe_iden_earliest_expiration_date: time_t, pub qe_iden_tcb_level_date_tag: time_t, pub qe_iden_tcb_eval_ref_num: u32, pub qe_iden_status: sgx_ql_qv_result_t,
}

Fields§

§__bindgen_anon_1: _sgx_ql_qv_supplemental_t__bindgen_ty_1§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: sgx_key_128bit_t§tcb_cpusvn: sgx_cpu_svn_t§tcb_pce_isvsvn: sgx_isv_svn_t§pce_id: u16§tee_type: u32§sgx_type: u8§platform_instance_id: [u8; 16]§dynamic_platform: pck_cert_flag_enum_t§cached_keys: pck_cert_flag_enum_t§smt_enabled: pck_cert_flag_enum_t§sa_list: [c_char; 320]§qe_iden_earliest_issue_date: time_t§qe_iden_latest_issue_date: time_t§qe_iden_earliest_expiration_date: time_t§qe_iden_tcb_level_date_tag: time_t§qe_iden_tcb_eval_ref_num: u32§qe_iden_status: sgx_ql_qv_result_t

Trait Implementations§

source§

impl Clone for _sgx_ql_qv_supplemental_t

source§

fn clone(&self) -> _sgx_ql_qv_supplemental_t

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 Default for _sgx_ql_qv_supplemental_t

source§

fn default() -> Self

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

impl Copy for _sgx_ql_qv_supplemental_t

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where 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 T
where 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> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where 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 T
where 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.