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