Struct VirtTime
pub struct VirtTime {
pub time: Time,
/* private fields */
}Fields§
§time: TimeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VirtTime
impl RefUnwindSafe for VirtTime
impl Send for VirtTime
impl Sync for VirtTime
impl Unpin for VirtTime
impl UnwindSafe for VirtTime
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