[][src]Struct sgx_types::metadata::css_body_t

#[repr(packed)]
pub struct css_body_t { pub misc_select: sgx_misc_select_t, pub misc_mask: sgx_misc_select_t, pub reserved: [u8; 4], pub isv_family_id: sgx_isvfamily_id_t, pub attributes: sgx_attributes_t, pub attribute_mask: sgx_attributes_t, pub enclave_hash: sgx_measurement_t, pub reserved2: [u8; 16], pub isvext_prod_id: sgx_isvext_prod_id_t, pub isv_prod_id: u16, pub isv_svn: u16, }

Fields

misc_select: sgx_misc_select_tmisc_mask: sgx_misc_select_treserved: [u8; 4]isv_family_id: sgx_isvfamily_id_tattributes: sgx_attributes_tattribute_mask: sgx_attributes_tenclave_hash: sgx_measurement_treserved2: [u8; 16]isvext_prod_id: sgx_isvext_prod_id_tisv_prod_id: u16isv_svn: u16

Auto Trait Implementations

impl Send for css_body_t

impl Sync for css_body_t

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]