#[repr(C)]
pub struct CQlQveCollateral {
Show 16 fields pub version: u32, 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

version: u32tee_type: u32pck_crl_issuer_chain: *mut c_charpck_crl_issuer_chain_size: u32root_ca_crl: *mut c_charroot_ca_crl_size: u32pck_crl: *mut c_charpck_crl_size: u32tcb_info_issuer_chain: *mut c_chartcb_info_issuer_chain_size: u32tcb_info: *mut c_chartcb_info_size: u32qe_identity_issuer_chain: *mut c_charqe_identity_issuer_chain_size: u32qe_identity: *mut c_charqe_identity_size: u32

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.