pub struct TIME { /* private fields */ }
Expand description
TIME allows to access the uptime of the kernel.
Trait Implementations§
Source§impl Deref for TIME
impl Deref for TIME
Source§type Target = Mutex<StaticTimeManager>
type Target = Mutex<StaticTimeManager>
The resulting type after dereferencing.
Source§fn deref(&self) -> &Mutex<StaticTimeManager>
fn deref(&self) -> &Mutex<StaticTimeManager>
Dereferences the value.
impl LazyStatic for TIME
Auto Trait Implementations§
impl Freeze for TIME
impl RefUnwindSafe for TIME
impl Send for TIME
impl Sync for TIME
impl Unpin for TIME
impl UnwindSafe for TIME
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