pub struct RPPins<'a> {
pub pins: [RPGpioPin<'a>; 30],
/* private fields */
}
Fields§
§pins: [RPGpioPin<'a>; 30]
Implementations§
Auto Trait Implementations§
impl<'a> !Freeze for RPPins<'a>
impl<'a> !RefUnwindSafe for RPPins<'a>
impl<'a> !Send for RPPins<'a>
impl<'a> !Sync for RPPins<'a>
impl<'a> Unpin for RPPins<'a>
impl<'a> !UnwindSafe for RPPins<'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