Struct kernel::clk::EnabledClk
source · [−]pub struct EnabledClk(_);
Expand description
A clock variant that is prepared and enabled.
Implementations
sourceimpl EnabledClk
impl EnabledClk
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EnabledClk
impl Send for EnabledClk
impl !Sync for EnabledClk
impl Unpin for EnabledClk
impl UnwindSafe for EnabledClk
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more