pub struct PsocPins<'a> {
pub pins: [Option<GpioPin<'a>>; 112],
}
Fields§
§pins: [Option<GpioPin<'a>>; 112]
Implementations§
Auto Trait Implementations§
impl<'a> !Freeze for PsocPins<'a>
impl<'a> !RefUnwindSafe for PsocPins<'a>
impl<'a> !Send for PsocPins<'a>
impl<'a> !Sync for PsocPins<'a>
impl<'a> Unpin for PsocPins<'a>
impl<'a> !UnwindSafe for PsocPins<'a>
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