Struct sgx_types::types::ReportData
source · [−]#[repr(C)]pub struct ReportData {
pub d: [u8; 64],
}
Fields
d: [u8; 64]
Trait Implementations
sourceimpl AsMut<[u8; 64]> for ReportData
impl AsMut<[u8; 64]> for ReportData
sourceimpl AsRef<[u8; 64]> for ReportData
impl AsRef<[u8; 64]> for ReportData
sourceimpl Clone for ReportData
impl Clone for ReportData
sourcefn clone(&self) -> ReportData
fn clone(&self) -> ReportData
Returns a copy of the value. Read more
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ReportData
impl Debug for ReportData
sourceimpl Default for ReportData
impl Default for ReportData
sourcefn default() -> ReportData
fn default() -> ReportData
Returns the “default value” for a type. Read more
sourceimpl From<&[u8; 64]> for ReportData
impl From<&[u8; 64]> for ReportData
sourcefn from(array: &[u8; 64]) -> ReportData
fn from(array: &[u8; 64]) -> ReportData
Converts to this type from the input type.
sourceimpl From<[u8; 64]> for ReportData
impl From<[u8; 64]> for ReportData
sourcefn from(array: [u8; 64]) -> ReportData
fn from(array: [u8; 64]) -> ReportData
Converts to this type from the input type.
sourceimpl 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.
sourcefn try_from(slice: &[u8]) -> Result<ReportData, Self::Error>
fn try_from(slice: &[u8]) -> Result<ReportData, Self::Error>
Performs the conversion.
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
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more