#[repr(C)]pub struct _target_info_t {
pub mr_enclave: sgx_measurement_t,
pub attributes: sgx_attributes_t,
pub reserved1: [u8; 2],
pub config_svn: sgx_config_svn_t,
pub misc_select: sgx_misc_select_t,
pub reserved2: [u8; 8],
pub config_id: sgx_config_id_t,
pub reserved3: [u8; 384],
}
Fields§
§mr_enclave: sgx_measurement_t
§attributes: sgx_attributes_t
§reserved1: [u8; 2]
§config_svn: sgx_config_svn_t
§misc_select: sgx_misc_select_t
§reserved2: [u8; 8]
§config_id: sgx_config_id_t
§reserved3: [u8; 384]
Trait Implementations§
source§impl Clone for _target_info_t
impl Clone for _target_info_t
source§fn clone(&self) -> _target_info_t
fn clone(&self) -> _target_info_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