#[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 moresource§impl Debug for _target_info_t
impl Debug for _target_info_t
source§impl Default for _target_info_t
impl Default for _target_info_t
impl Copy for _target_info_t
Auto Trait Implementations§
impl RefUnwindSafe for _target_info_t
impl Send for _target_info_t
impl Sync for _target_info_t
impl Unpin for _target_info_t
impl UnwindSafe for _target_info_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more