Struct sgx_alloc::alignalloc::AlignLayout
source · pub struct AlignLayout {
pub layout: Layout,
pub pad: usize,
}
Fields§
§layout: Layout
§pad: usize
Trait Implementations§
source§impl Clone for AlignLayout
impl Clone for AlignLayout
source§fn clone(&self) -> AlignLayout
fn clone(&self) -> AlignLayout
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 AlignLayout
impl Debug for AlignLayout
source§impl PartialEq for AlignLayout
impl PartialEq for AlignLayout
source§fn eq(&self, other: &AlignLayout) -> bool
fn eq(&self, other: &AlignLayout) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AlignLayout
impl Eq for AlignLayout
impl StructuralEq for AlignLayout
impl StructuralPartialEq for AlignLayout
Auto Trait Implementations§
impl RefUnwindSafe for AlignLayout
impl Send for AlignLayout
impl Sync for AlignLayout
impl Unpin for AlignLayout
impl UnwindSafe for AlignLayout
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