pub struct OutPortArray<const P: char, const SIZE: usize>(pub [PEPin<P, Output<PushPull>>; SIZE]);
Expand description
Wrapper for array of PartiallyErasedPin
s
Tuple Fields§
§0: [PEPin<P, Output<PushPull>>; SIZE]
Implementations§
Auto Trait Implementations§
impl<const P: char, const SIZE: usize> Freeze for OutPortArray<P, SIZE>
impl<const P: char, const SIZE: usize> RefUnwindSafe for OutPortArray<P, SIZE>
impl<const P: char, const SIZE: usize> Send for OutPortArray<P, SIZE>
impl<const P: char, const SIZE: usize> Sync for OutPortArray<P, SIZE>
impl<const P: char, const SIZE: usize> Unpin for OutPortArray<P, SIZE>
impl<const P: char, const SIZE: usize> UnwindSafe for OutPortArray<P, SIZE>
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