Struct attiny_hal::port::Pins
source · pub struct Pins {
pub pb0: Pin<Input<Floating>, PB0>,
pub pb1: Pin<Input<Floating>, PB1>,
pub pb2: Pin<Input<Floating>, PB2>,
pub pb3: Pin<Input<Floating>, PB3>,
pub pb4: Pin<Input<Floating>, PB4>,
pub pb5: Pin<Input<Floating>, PB5>,
}
Fields§
§pb0: Pin<Input<Floating>, PB0>
§pb1: Pin<Input<Floating>, PB1>
§pb2: Pin<Input<Floating>, PB2>
§pb3: Pin<Input<Floating>, PB3>
§pb4: Pin<Input<Floating>, PB4>
§pb5: Pin<Input<Floating>, PB5>
Implementations§
Auto Trait Implementations§
impl Freeze for Pins
impl RefUnwindSafe for Pins
impl Send for Pins
impl Sync for Pins
impl Unpin for Pins
impl UnwindSafe for Pins
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