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

#[repr(C, 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

impl Unpin for css_body_t

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.