pub struct CLOCK { /* private fields */ }Expand description
Clock Register
Implementations§
Auto Trait Implementations§
impl !Freeze for CLOCK
impl !RefUnwindSafe for CLOCK
impl Send 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