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 · 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 DmaAllocError
impl Debug for DmaAllocError
Source§impl PartialEq for DmaAllocError
impl PartialEq for DmaAllocError
impl Copy for DmaAllocError
impl Eq for DmaAllocError
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