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