pub struct Err6333(/* private fields */);Implementations§
Source§impl Err6333
impl Err6333
Sourcepub const NOT_ACTIVE: Self
pub const NOT_ACTIVE: Self
The Error Interrupt is not active for the relevant DMA channel.
Trait Implementations§
Source§impl Ord for Err6333
impl Ord for Err6333
Source§impl PartialOrd for Err6333
impl PartialOrd for Err6333
impl Copy for Err6333
impl Eq for Err6333
impl StructuralPartialEq for Err6333
Auto Trait Implementations§
impl Freeze for Err6333
impl RefUnwindSafe for Err6333
impl Send for Err6333
impl Sync for Err6333
impl Unpin for Err6333
impl UnwindSafe for Err6333
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