#[repr(C)]pub struct SystemTiming {
pub fps: f64,
pub sample_rate: f64,
}
Fields§
§fps: f64
§sample_rate: f64
Trait Implementations§
Source§impl Clone for SystemTiming
impl Clone for SystemTiming
Source§fn clone(&self) -> SystemTiming
fn clone(&self) -> SystemTiming
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SystemTiming
impl RefUnwindSafe for SystemTiming
impl Send for SystemTiming
impl Sync for SystemTiming
impl Unpin for SystemTiming
impl UnwindSafe for SystemTiming
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