#[repr(C, packed)]pub struct _sgx_att_key_id_ext_t {
pub base: sgx_ql_att_key_id_t,
pub spid: [u8; 16],
pub att_key_type: u16,
pub reserved: [u8; 80],
}Fields§
§base: sgx_ql_att_key_id_t§spid: [u8; 16]§att_key_type: u16§reserved: [u8; 80]Trait Implementations§
source§impl Clone for _sgx_att_key_id_ext_t
impl Clone for _sgx_att_key_id_ext_t
source§fn clone(&self) -> _sgx_att_key_id_ext_t
fn clone(&self) -> _sgx_att_key_id_ext_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