pub struct OutPort8<const P: char, const N0: u8, const N1: u8, const N2: u8, const N3: u8, const N4: u8, const N5: u8, const N6: u8, const N7: u8>(pub Pin<P, N0, Output<PushPull>>, pub Pin<P, N1, Output<PushPull>>, pub Pin<P, N2, Output<PushPull>>, pub Pin<P, N3, Output<PushPull>>, pub Pin<P, N4, Output<PushPull>>, pub Pin<P, N5, Output<PushPull>>, pub Pin<P, N6, Output<PushPull>>, pub Pin<P, N7, Output<PushPull>>);
Tuple Fields§
§0: Pin<P, N0, Output<PushPull>>
§1: Pin<P, N1, Output<PushPull>>
§2: Pin<P, N2, Output<PushPull>>
§3: Pin<P, N3, Output<PushPull>>
§4: Pin<P, N4, Output<PushPull>>
§5: Pin<P, N5, Output<PushPull>>
§6: Pin<P, N6, Output<PushPull>>
§7: Pin<P, N7, Output<PushPull>>
Implementations§
Auto Trait Implementations§
impl<const P: char, const N0: u8, const N1: u8, const N2: u8, const N3: u8, const N4: u8, const N5: u8, const N6: u8, const N7: u8> Freeze for OutPort8<P, N0, N1, N2, N3, N4, N5, N6, N7>
impl<const P: char, const N0: u8, const N1: u8, const N2: u8, const N3: u8, const N4: u8, const N5: u8, const N6: u8, const N7: u8> RefUnwindSafe for OutPort8<P, N0, N1, N2, N3, N4, N5, N6, N7>
impl<const P: char, const N0: u8, const N1: u8, const N2: u8, const N3: u8, const N4: u8, const N5: u8, const N6: u8, const N7: u8> Send for OutPort8<P, N0, N1, N2, N3, N4, N5, N6, N7>
impl<const P: char, const N0: u8, const N1: u8, const N2: u8, const N3: u8, const N4: u8, const N5: u8, const N6: u8, const N7: u8> Sync for OutPort8<P, N0, N1, N2, N3, N4, N5, N6, N7>
impl<const P: char, const N0: u8, const N1: u8, const N2: u8, const N3: u8, const N4: u8, const N5: u8, const N6: u8, const N7: u8> Unpin for OutPort8<P, N0, N1, N2, N3, N4, N5, N6, N7>
impl<const P: char, const N0: u8, const N1: u8, const N2: u8, const N3: u8, const N4: u8, const N5: u8, const N6: u8, const N7: u8> UnwindSafe for OutPort8<P, N0, N1, N2, N3, N4, N5, N6, N7>
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