#[repr(C, packed)]pub struct _sgx_quote_header_t {
pub version: u16,
pub att_key_type: u16,
pub att_key_data_0: u32,
pub qe_svn: sgx_isv_svn_t,
pub pce_svn: sgx_isv_svn_t,
pub vendor_id: [u8; 16],
pub user_data: [u8; 20],
}
Fields§
§version: u16
§att_key_type: u16
§att_key_data_0: u32
§qe_svn: sgx_isv_svn_t
§pce_svn: sgx_isv_svn_t
§vendor_id: [u8; 16]
§user_data: [u8; 20]
Trait Implementations§
source§impl Clone for _sgx_quote_header_t
impl Clone for _sgx_quote_header_t
source§fn clone(&self) -> _sgx_quote_header_t
fn clone(&self) -> _sgx_quote_header_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _sgx_quote_header_t
impl Debug for _sgx_quote_header_t
source§impl Default for _sgx_quote_header_t
impl Default for _sgx_quote_header_t
source§fn default() -> _sgx_quote_header_t
fn default() -> _sgx_quote_header_t
Returns the “default value” for a type. Read more