Struct app_frame::time::SystemClock
source · pub struct SystemClock(_);Implementations§
source§impl SystemClock
impl SystemClock
pub const fn default() -> Self
pub const fn accelerated(scale: u64) -> Self
Trait Implementations§
source§impl Clock for SystemClock
impl Clock for SystemClock
fn current_timestamp(&self) -> u64
Auto Trait Implementations§
impl RefUnwindSafe for SystemClock
impl Send for SystemClock
impl Sync for SystemClock
impl Unpin for SystemClock
impl UnwindSafe for SystemClock
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