pub struct GpioManager<'a> {
pub int_pins: [IntPin<'a>; 48],
pub pins: [Pin<'a>; 40],
}
Fields§
§int_pins: [IntPin<'a>; 48]
§pins: [Pin<'a>; 40]
Implementations§
Source§impl GpioManager<'_>
impl GpioManager<'_>
Source§impl GpioManager<'_>
impl GpioManager<'_>
pub fn handle_interrupt(&self, port_idx: usize)
Auto Trait Implementations§
impl<'a> !Freeze for GpioManager<'a>
impl<'a> !RefUnwindSafe for GpioManager<'a>
impl<'a> !Send for GpioManager<'a>
impl<'a> !Sync for GpioManager<'a>
impl<'a> Unpin for GpioManager<'a>
impl<'a> !UnwindSafe for GpioManager<'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