[][src]Struct sgx_types::sgx_dh_session_enclave_identity_t

#[repr(C)] #[repr(packed)]
pub struct sgx_dh_session_enclave_identity_t { pub cpu_svn: sgx_cpu_svn_t, pub misc_select: sgx_misc_select_t, pub reserved_1: [uint8_t; 28], pub attributes: sgx_attributes_t, pub mr_enclave: sgx_measurement_t, pub reserved_2: [uint8_t; 32], pub mr_signer: sgx_measurement_t, pub reserved_3: [uint8_t; 96], pub isv_prod_id: sgx_prod_id_t, pub isv_svn: sgx_isv_svn_t, }

Fields

cpu_svn: sgx_cpu_svn_tmisc_select: sgx_misc_select_treserved_1: [uint8_t; 28]attributes: sgx_attributes_tmr_enclave: sgx_measurement_treserved_2: [uint8_t; 32]mr_signer: sgx_measurement_treserved_3: [uint8_t; 96]isv_prod_id: sgx_prod_id_tisv_svn: sgx_isv_svn_t

Trait Implementations

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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