[][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 Clone for sgx_report_body_t[src]

impl ContiguousMemory for sgx_report_body_t[src]

impl Copy for sgx_report_body_t[src]

impl Default for sgx_report_body_t[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.