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