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