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