pub struct Pacer { /* private fields */ }Expand description
Paces a loop to a target frame rate, reporting the rate actually achieved.
Implementations§
Auto Trait Implementations§
impl Freeze for Pacer
impl RefUnwindSafe for Pacer
impl Send for Pacer
impl Sync for Pacer
impl Unpin for Pacer
impl UnsafeUnpin for Pacer
impl UnwindSafe for Pacer
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