Struct nrf52840_pac::CLOCK
source · pub struct CLOCK { /* private fields */ }
Expand description
Clock control
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CLOCK
impl RefUnwindSafe for CLOCK
impl !Sync for CLOCK
impl Unpin for CLOCK
impl UnwindSafe for CLOCK
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