Struct sgx_types::types::QuoteHeader
source · #[repr(C, packed(1))]pub struct QuoteHeader {
pub version: u16,
pub att_key_type: u16,
pub att_key_data: u32,
pub qe_svn: u16,
pub pce_svn: u16,
pub vendor_id: [u8; 16],
pub user_data: [u8; 20],
}
Fields§
§version: u16
§att_key_type: u16
§att_key_data: u32
§qe_svn: u16
§pce_svn: u16
§vendor_id: [u8; 16]
§user_data: [u8; 20]
Trait Implementations§
source§impl Clone for QuoteHeader
impl Clone for QuoteHeader
source§fn clone(&self) -> QuoteHeader
fn clone(&self) -> QuoteHeader
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 QuoteHeader
impl Debug for QuoteHeader
source§impl Default for QuoteHeader
impl Default for QuoteHeader
source§fn default() -> QuoteHeader
fn default() -> QuoteHeader
Returns the “default value” for a type. Read more
source§impl PartialEq for QuoteHeader
impl PartialEq for QuoteHeader
source§fn eq(&self, other: &QuoteHeader) -> bool
fn eq(&self, other: &QuoteHeader) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl ContiguousMemory for QuoteHeader
impl Copy for QuoteHeader
impl Eq for QuoteHeader
impl StructuralEq for QuoteHeader
impl StructuralPartialEq for QuoteHeader
Auto Trait Implementations§
impl RefUnwindSafe for QuoteHeader
impl Send for QuoteHeader
impl Sync for QuoteHeader
impl Unpin for QuoteHeader
impl UnwindSafe for QuoteHeader
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