Struct mimxrt500_hal::clocks::Clocks
source · pub struct Clocks {
pub gpio: GpioClock<false>,
/* private fields */
}Fields§
§gpio: GpioClock<false>Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Clocks
impl Send for Clocks
impl !Sync for Clocks
impl Unpin for Clocks
impl UnwindSafe for Clocks
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