Struct r3_core::utils::AllocError
source · pub struct AllocError;
Expand description
The AllocError
error indicates an allocation failure
that may be due to resource exhaustion or to
something wrong when combining the given input arguments with this
allocator.
Stability
This trait is subject to the kernel-side API stability guarantee.
Trait Implementations§
source§impl Clone for AllocError
impl Clone for AllocError
source§fn clone(&self) -> AllocError
fn clone(&self) -> AllocError
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 more