#[repr(C)]
pub struct _sgx_ql_qve_collateral_t {
Show 16 fields pub __bindgen_anon_1: _sgx_ql_qve_collateral_t__bindgen_ty_1, pub tee_type: u32, pub pck_crl_issuer_chain: *mut c_char, pub pck_crl_issuer_chain_size: u32, pub root_ca_crl: *mut c_char, pub root_ca_crl_size: u32, pub pck_crl: *mut c_char, pub pck_crl_size: u32, pub tcb_info_issuer_chain: *mut c_char, pub tcb_info_issuer_chain_size: u32, pub tcb_info: *mut c_char, pub tcb_info_size: u32, pub qe_identity_issuer_chain: *mut c_char, pub qe_identity_issuer_chain_size: u32, pub qe_identity: *mut c_char, pub qe_identity_size: u32,
}

Fields§

§__bindgen_anon_1: _sgx_ql_qve_collateral_t__bindgen_ty_1§tee_type: u32§pck_crl_issuer_chain: *mut c_char§pck_crl_issuer_chain_size: u32§root_ca_crl: *mut c_char§root_ca_crl_size: u32§pck_crl: *mut c_char§pck_crl_size: u32§tcb_info_issuer_chain: *mut c_char§tcb_info_issuer_chain_size: u32§tcb_info: *mut c_char§tcb_info_size: u32§qe_identity_issuer_chain: *mut c_char§qe_identity_issuer_chain_size: u32§qe_identity: *mut c_char§qe_identity_size: u32

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. 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.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.