pub struct BUS_W<'a, const O: usize> { /* private fields */ }
Expand description
Fields bus(1-2)
const generic writer - Internal bus reset
Implementations
Auto Trait Implementations
impl<'a, const O: usize> RefUnwindSafe for BUS_W<'a, O>
impl<'a, const O: usize> Send for BUS_W<'a, O>
impl<'a, const O: usize> Sync for BUS_W<'a, O>
impl<'a, const O: usize> Unpin for BUS_W<'a, O>
impl<'a, const O: usize> !UnwindSafe for BUS_W<'a, O>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more