Struct kernel::platform::chip::NoClockControl
source · pub struct NoClockControl {}
Expand description
Helper struct for interfaces that expect clocks, but have no clock control.
Trait Implementations§
source§impl ClockInterface for NoClockControl
impl ClockInterface for NoClockControl
Auto Trait Implementations§
impl Freeze for NoClockControl
impl RefUnwindSafe for NoClockControl
impl Send for NoClockControl
impl Sync for NoClockControl
impl Unpin for NoClockControl
impl UnwindSafe for NoClockControl
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