enum ClockInner {
Wall {
origin: Instant,
},
Manual {
current: Mutex<MediaTime>,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ClockInner
impl RefUnwindSafe for ClockInner
impl Send for ClockInner
impl Sync for ClockInner
impl Unpin for ClockInner
impl UnsafeUnpin for ClockInner
impl UnwindSafe for ClockInner
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