pub struct REALTIME {
__private_field: (),
}Expand description
墙上时钟,记录自 1970-01-01 00:00:00 UTC 以来的时间(以秒为单位) XXX: 使用锁会不会影响精度?
Fields§
§__private_field: ()Trait Implementations§
Auto Trait Implementations§
impl Freeze for REALTIME
impl RefUnwindSafe for REALTIME
impl Send for REALTIME
impl Sync for REALTIME
impl Unpin for REALTIME
impl UnwindSafe for REALTIME
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more