Struct sgx_types::types::TeeReportData
source · #[repr(C)]pub struct TeeReportData {
pub d: [u8; 64],
}
Fields§
§d: [u8; 64]
Trait Implementations§
source§impl Clone for TeeReportData
impl Clone for TeeReportData
source§fn clone(&self) -> TeeReportData
fn clone(&self) -> TeeReportData
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 TeeReportData
impl Debug for TeeReportData
source§impl Default for TeeReportData
impl Default for TeeReportData
source§fn default() -> TeeReportData
fn default() -> TeeReportData
Returns the “default value” for a type. Read more
source§impl TryFrom<&[u8]> for TeeReportData
impl TryFrom<&[u8]> for TeeReportData
§type Error = TryFromSliceError
type Error = TryFromSliceError
The type returned in the event of a conversion error.
impl BytewiseEquality for TeeReportData
impl ContiguousMemory for TeeReportData
impl Copy for TeeReportData
Auto Trait Implementations§
impl RefUnwindSafe for TeeReportData
impl Send for TeeReportData
impl Sync for TeeReportData
impl Unpin for TeeReportData
impl UnwindSafe for TeeReportData
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