[][src]Struct sgx_types::sgx_quote_header_t

#[repr(C)]#[repr(packed)]pub struct sgx_quote_header_t {
    pub version: uint16_t,
    pub att_key_type: uint16_t,
    pub att_key_data_0: uint32_t,
    pub qe_svn: sgx_isv_svn_t,
    pub pce_svn: sgx_isv_svn_t,
    pub vendor_id: [uint8_t; 16],
    pub user_data: [uint8_t; 20],
}

Fields

version: uint16_tatt_key_type: uint16_tatt_key_data_0: uint32_tqe_svn: sgx_isv_svn_tpce_svn: sgx_isv_svn_tvendor_id: [uint8_t; 16]user_data: [uint8_t; 20]

Trait Implementations

impl Clone for sgx_quote_header_t[src]

impl ContiguousMemory for sgx_quote_header_t[src]

impl Copy for sgx_quote_header_t[src]

impl Default for sgx_quote_header_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.