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