pub struct SimpleFrameRater { /* private fields */ }Implementations§
Source§impl SimpleFrameRater
impl SimpleFrameRater
pub fn new(frame_period_millis_target: f64) -> SimpleFrameRater
Trait Implementations§
Source§impl FrameRater for SimpleFrameRater
impl FrameRater for SimpleFrameRater
Auto Trait Implementations§
impl Freeze for SimpleFrameRater
impl RefUnwindSafe for SimpleFrameRater
impl Send for SimpleFrameRater
impl Sync for SimpleFrameRater
impl Unpin for SimpleFrameRater
impl UnwindSafe for SimpleFrameRater
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