pub struct DeltaMetronome {
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 DeltaMetronome
impl RefUnwindSafe for DeltaMetronome
impl Send for DeltaMetronome
impl Sync for DeltaMetronome
impl Unpin for DeltaMetronome
impl UnwindSafe for DeltaMetronome
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