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
sourceimpl AsRef<[u8; 4]> for TeeReportType
impl AsRef<[u8; 4]> for TeeReportType
sourceimpl Clone for TeeReportType
impl Clone for TeeReportType
sourcefn clone(&self) -> TeeReportType
fn clone(&self) -> TeeReportType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TeeReportType
impl Debug for TeeReportType
sourceimpl Default for TeeReportType
impl Default for TeeReportType
sourcefn default() -> TeeReportType
fn default() -> TeeReportType
Returns the “default value” for a type. Read more
sourceimpl PartialEq<TeeReportType> for TeeReportType
impl PartialEq<TeeReportType> for TeeReportType
sourcefn eq(&self, other: &TeeReportType) -> bool
fn eq(&self, other: &TeeReportType) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more