Struct switchboard_attestation_client::sgx_dcap_quoteverify_sys::_sgx_ql_att_key_id_list_header_t
source · #[repr(C, packed)]pub struct _sgx_ql_att_key_id_list_header_t {
pub id: u16,
pub version: u16,
pub num_att_ids: u32,
}Fields§
§id: u16§version: u16§num_att_ids: u32Trait Implementations§
source§impl Clone for _sgx_ql_att_key_id_list_header_t
impl Clone for _sgx_ql_att_key_id_list_header_t
source§fn clone(&self) -> _sgx_ql_att_key_id_list_header_t
fn clone(&self) -> _sgx_ql_att_key_id_list_header_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 moresource§impl Default for _sgx_ql_att_key_id_list_header_t
impl Default for _sgx_ql_att_key_id_list_header_t
source§fn default() -> _sgx_ql_att_key_id_list_header_t
fn default() -> _sgx_ql_att_key_id_list_header_t
Returns the “default value” for a type. Read more