pub struct CLOCK { /* private fields */ }Expand description
Clock control
Implementations§
Trait Implementations§
Source§impl Deref for CLOCK
impl Deref for CLOCK
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for CLOCK
Auto Trait Implementations§
impl Freeze for CLOCK
impl RefUnwindSafe for CLOCK
impl !Sync for CLOCK
impl Unpin for CLOCK
impl UnsafeUnpin 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