#[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§
source§impl Clone for _sgx_ql_qve_collateral_t
impl Clone for _sgx_ql_qve_collateral_t
source§fn clone(&self) -> _sgx_ql_qve_collateral_t
fn clone(&self) -> _sgx_ql_qve_collateral_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more