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