#[repr(C, packed)]pub struct _sgx_ql_att_key_id_t {
pub id: u16,
pub version: u16,
pub mrsigner_length: u16,
pub mrsigner: [u8; 48],
pub prod_id: u32,
pub extended_prod_id: [u8; 16],
pub config_id: [u8; 64],
pub family_id: [u8; 16],
pub algorithm_id: u32,
}Fields§
§id: u16§version: u16§mrsigner_length: u16§mrsigner: [u8; 48]§prod_id: u32§extended_prod_id: [u8; 16]§config_id: [u8; 64]§family_id: [u8; 16]§algorithm_id: u32Trait Implementations§
source§impl Clone for _sgx_ql_att_key_id_t
impl Clone for _sgx_ql_att_key_id_t
source§fn clone(&self) -> _sgx_ql_att_key_id_t
fn clone(&self) -> _sgx_ql_att_key_id_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