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