pub struct PIN_W<'a, const O: usize> { /* private fields */ }
Expand description
Fields pin(0-15)
const generic writer - GPIO pin current data value
Implementations
Auto Trait Implementations
impl<'a, const O: usize> RefUnwindSafe for PIN_W<'a, O>
impl<'a, const O: usize> Send for PIN_W<'a, O>
impl<'a, const O: usize> Sync for PIN_W<'a, O>
impl<'a, const O: usize> Unpin for PIN_W<'a, O>
impl<'a, const O: usize> !UnwindSafe for PIN_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