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