[][src]Struct sgx_types::sgx_ra_msg2_t

#[repr(C)]
pub struct sgx_ra_msg2_t {
    pub g_b: sgx_ec256_public_t,
    pub spid: sgx_spid_t,
    pub quote_type: uint16_t,
    pub kdf_id: uint16_t,
    pub sign_gb_ga: sgx_ec256_signature_t,
    pub mac: sgx_mac_t,
    pub sig_rl_size: uint32_t,
    pub sig_rl: [uint8_t; 0],
}

Fields

g_b: sgx_ec256_public_tspid: sgx_spid_tquote_type: uint16_tkdf_id: uint16_tsign_gb_ga: sgx_ec256_signature_tmac: sgx_mac_tsig_rl_size: uint32_tsig_rl: [uint8_t; 0]

Trait Implementations

impl ContiguousMemory for sgx_ra_msg2_t[src]

impl Copy for sgx_ra_msg2_t[src]

impl Clone for sgx_ra_msg2_t[src]

impl Default for sgx_ra_msg2_t[src]

Auto Trait Implementations

Blanket Implementations

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