#[repr(C, packed(1))]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
impl Copy for _sgx_quote_header_t
Auto Trait Implementations§
impl RefUnwindSafe for _sgx_quote_header_t
impl Send for _sgx_quote_header_t
impl Sync for _sgx_quote_header_t
impl Unpin for _sgx_quote_header_t
impl UnwindSafe for _sgx_quote_header_t
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more