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