pub struct SimpleMetronome {
pub period_millis: f64,
pub time_millis_next_tick: f64,
}Fields§
§period_millis: f64§time_millis_next_tick: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimpleMetronome
impl RefUnwindSafe for SimpleMetronome
impl Send for SimpleMetronome
impl Sync for SimpleMetronome
impl Unpin for SimpleMetronome
impl UnwindSafe for SimpleMetronome
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