#[repr(C)]pub struct AvgFPS_v1 {
pub base: BaseMetric_v1,
pub version: u32,
pub mFPS: FPS_v1,
}
Fields§
§base: BaseMetric_v1
§version: u32
§mFPS: FPS_v1
Implementations§
Trait Implementations§
impl Copy for AvgFPS_v1
Auto Trait Implementations§
impl Freeze for AvgFPS_v1
impl RefUnwindSafe for AvgFPS_v1
impl Send for AvgFPS_v1
impl Sync for AvgFPS_v1
impl Unpin for AvgFPS_v1
impl UnwindSafe for AvgFPS_v1
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