pub struct OutPort3<const P: char, const N0: u8, const N1: u8, const N2: u8>(pub Pin<P, N0, Output<PushPull>>, pub Pin<P, N1, Output<PushPull>>, pub Pin<P, N2, Output<PushPull>>);
Tuple Fields§
§0: Pin<P, N0, Output<PushPull>>
§1: Pin<P, N1, Output<PushPull>>
§2: Pin<P, N2, Output<PushPull>>
Implementations§
Auto Trait Implementations§
impl<const P: char, const N0: u8, const N1: u8, const N2: u8> Freeze for OutPort3<P, N0, N1, N2>
impl<const P: char, const N0: u8, const N1: u8, const N2: u8> RefUnwindSafe for OutPort3<P, N0, N1, N2>
impl<const P: char, const N0: u8, const N1: u8, const N2: u8> Send for OutPort3<P, N0, N1, N2>
impl<const P: char, const N0: u8, const N1: u8, const N2: u8> Sync for OutPort3<P, N0, N1, N2>
impl<const P: char, const N0: u8, const N1: u8, const N2: u8> Unpin for OutPort3<P, N0, N1, N2>
impl<const P: char, const N0: u8, const N1: u8, const N2: u8> UnwindSafe for OutPort3<P, N0, N1, N2>
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