[][src]Struct sgx_types::sgx_report_body_t

#[repr(C)]
pub struct sgx_report_body_t { pub cpu_svn: sgx_cpu_svn_t, pub misc_select: sgx_misc_select_t, pub reserved1: [uint8_t; 12], pub isv_ext_prod_id: sgx_isvext_prod_id_t, pub attributes: sgx_attributes_t, pub mr_enclave: sgx_measurement_t, pub reserved2: [uint8_t; 32], pub mr_signer: sgx_measurement_t, pub reserved3: [uint8_t; 32], pub config_id: sgx_config_id_t, pub isv_prod_id: sgx_prod_id_t, pub isv_svn: sgx_isv_svn_t, pub config_svn: sgx_config_svn_t, pub reserved4: [uint8_t; 42], pub isv_family_id: sgx_isvfamily_id_t, pub report_data: sgx_report_data_t, }

Fields

cpu_svn: sgx_cpu_svn_tmisc_select: sgx_misc_select_treserved1: [uint8_t; 12]isv_ext_prod_id: sgx_isvext_prod_id_tattributes: sgx_attributes_tmr_enclave: sgx_measurement_treserved2: [uint8_t; 32]mr_signer: sgx_measurement_treserved3: [uint8_t; 32]config_id: sgx_config_id_tisv_prod_id: sgx_prod_id_tisv_svn: sgx_isv_svn_tconfig_svn: sgx_config_svn_treserved4: [uint8_t; 42]isv_family_id: sgx_isvfamily_id_treport_data: sgx_report_data_t

Trait Implementations

impl ContiguousMemory for sgx_report_body_t
[src]

impl Copy for sgx_report_body_t
[src]

impl Clone for sgx_report_body_t
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for sgx_report_body_t
[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]