Struct atmega_hal::port::PC6
source · [−]pub struct PC6 { /* private fields */ }
Trait Implementations
sourceimpl PinOps for PC6
impl PinOps for PC6
type Dynamic = Dynamic
fn into_dynamic(self) -> Self::Dynamic
unsafe fn out_set(&mut self)
unsafe fn out_clear(&mut self)
unsafe fn out_toggle(&mut self)
unsafe fn out_get(&self) -> bool
unsafe fn in_get(&self) -> bool
unsafe fn make_output(&mut self)
unsafe fn make_input(&mut self, pull_up: bool)
Auto Trait Implementations
impl RefUnwindSafe for PC6
impl Send for PC6
impl Sync for PC6
impl Unpin for PC6
impl UnwindSafe for PC6
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