Struct sgx_trts::se::AlignReportData
source · #[repr(C, align(128))]pub struct AlignReportData(pub ReportData);
Tuple Fields§
§0: ReportData
Implementations§
source§impl AlignReportData
impl AlignReportData
pub const UNPADDED_SIZE: usize = 64usize
pub const ALIGN_SIZE: usize = 128usize
pub fn try_copy_from(src: &[u8]) -> Option<AlignReportData>
Trait Implementations§
source§impl Clone for AlignReportData
impl Clone for AlignReportData
source§fn clone(&self) -> AlignReportData
fn clone(&self) -> AlignReportData
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 AlignReportData
impl Debug for AlignReportData
source§impl Default for AlignReportData
impl Default for AlignReportData
source§fn default() -> AlignReportData
fn default() -> AlignReportData
Returns the “default value” for a type. Read more
source§impl From<&ReportData> for AlignReportData
impl From<&ReportData> for AlignReportData
source§fn from(d: &ReportData) -> AlignReportData
fn from(d: &ReportData) -> AlignReportData
Converts to this type from the input type.
source§impl From<AlignReportData> for ReportData
impl From<AlignReportData> for ReportData
source§fn from(d: AlignReportData) -> ReportData
fn from(d: AlignReportData) -> ReportData
Converts to this type from the input type.
source§impl From<ReportData> for AlignReportData
impl From<ReportData> for AlignReportData
source§fn from(d: ReportData) -> AlignReportData
fn from(d: ReportData) -> AlignReportData
Converts to this type from the input type.
impl ContiguousMemory for AlignReportData
impl Copy for AlignReportData
Auto Trait Implementations§
impl RefUnwindSafe for AlignReportData
impl Send for AlignReportData
impl Sync for AlignReportData
impl Unpin for AlignReportData
impl UnwindSafe for AlignReportData
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