Struct platform_millis_linux::LinuxTime
source · pub struct LinuxTime;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LinuxTime
impl Send for LinuxTime
impl Sync for LinuxTime
impl Unpin for LinuxTime
impl UnwindSafe for LinuxTime
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