Struct attiny_hal::port::PB0
source · pub struct PB0 { /* private fields */ }
Trait Implementations§
source§impl PinOps for PB0
impl PinOps for PB0
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 Freeze for PB0
impl RefUnwindSafe for PB0
impl Send for PB0
impl Sync for PB0
impl Unpin for PB0
impl UnwindSafe for PB0
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