Struct mimxrt500_hal::gpio::Dependencies
source · pub struct Dependencies {
pub iopctl: IOPCTL,
pub gpio: GPIO,
pub gpio_clock: GpioClock<true>,
pub gpio_reset: GpioReset<false>,
}Expand description
The objects that get consumed when constructing a Pins object.
Fields§
§iopctl: IOPCTL§gpio: GPIO§gpio_clock: GpioClock<true>§gpio_reset: GpioReset<false>Auto Trait Implementations§
impl RefUnwindSafe for Dependencies
impl Send for Dependencies
impl !Sync for Dependencies
impl Unpin for Dependencies
impl UnwindSafe for Dependencies
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