pub struct Port<'a, const N: usize> {
pub pins: [GPIOPin<'a>; N],
}
Fields§
§pins: [GPIOPin<'a>; N]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, const N: usize> !Freeze for Port<'a, N>
impl<'a, const N: usize> !RefUnwindSafe for Port<'a, N>
impl<'a, const N: usize> !Send for Port<'a, N>
impl<'a, const N: usize> !Sync for Port<'a, N>
impl<'a, const N: usize> Unpin for Port<'a, N>
impl<'a, const N: usize> !UnwindSafe for Port<'a, N>
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