pub struct FrameRaterUpdater { /* private fields */ }Implementations§
Source§impl FrameRaterUpdater
impl FrameRaterUpdater
pub fn new( frame_rate_display: bool, frame_rater: Rc<RefCell<dyn FrameRater>>, inputs: Rc<RefCell<dyn FrameRaterUpdaterInputs>>, ) -> FrameRaterUpdater
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FrameRaterUpdater
impl !RefUnwindSafe for FrameRaterUpdater
impl !Send for FrameRaterUpdater
impl !Sync for FrameRaterUpdater
impl Unpin for FrameRaterUpdater
impl !UnwindSafe for FrameRaterUpdater
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