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