Struct gear_core::memory::IncorrectAllocationDataError
source · pub struct IncorrectAllocationDataError;Expand description
Incorrect allocation data error
Trait Implementations§
source§impl Clone for IncorrectAllocationDataError
impl Clone for IncorrectAllocationDataError
source§fn clone(&self) -> IncorrectAllocationDataError
fn clone(&self) -> IncorrectAllocationDataError
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 IncorrectAllocationDataError
impl Debug for IncorrectAllocationDataError
source§impl From<IncorrectAllocationDataError> for AllocError
impl From<IncorrectAllocationDataError> for AllocError
source§fn from(original: IncorrectAllocationDataError) -> AllocError
fn from(original: IncorrectAllocationDataError) -> AllocError
Converts to this type from the input type.
source§impl PartialEq for IncorrectAllocationDataError
impl PartialEq for IncorrectAllocationDataError
source§fn eq(&self, other: &IncorrectAllocationDataError) -> bool
fn eq(&self, other: &IncorrectAllocationDataError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for IncorrectAllocationDataError
impl StructuralPartialEq for IncorrectAllocationDataError
Auto Trait Implementations§
impl Freeze for IncorrectAllocationDataError
impl RefUnwindSafe for IncorrectAllocationDataError
impl Send for IncorrectAllocationDataError
impl Sync for IncorrectAllocationDataError
impl Unpin for IncorrectAllocationDataError
impl UnwindSafe for IncorrectAllocationDataError
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