pub struct DmaAllocError;Expand description
Error type for DMA allocation failures.
Trait Implementations§
Source§impl Clone for DmaAllocError
impl Clone for DmaAllocError
Source§fn clone(&self) -> DmaAllocError
fn clone(&self) -> DmaAllocError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DmaAllocError
Source§impl Debug for DmaAllocError
impl Debug for DmaAllocError
impl Eq for DmaAllocError
Source§impl PartialEq for DmaAllocError
impl PartialEq for DmaAllocError
Source§fn eq(&self, other: &DmaAllocError) -> bool
fn eq(&self, other: &DmaAllocError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DmaAllocError
Auto Trait Implementations§
impl Freeze for DmaAllocError
impl RefUnwindSafe for DmaAllocError
impl Send for DmaAllocError
impl Sync for DmaAllocError
impl Unpin for DmaAllocError
impl UnsafeUnpin for DmaAllocError
impl UnwindSafe for DmaAllocError
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