pub struct CpuUsage {
pub dsp: f32,
pub stream: f32,
pub geometry: f32,
pub update: f32,
pub total: f32,
}
Fields§
§dsp: f32
§stream: f32
§geometry: f32
§update: f32
§total: f32
Trait Implementations§
impl StructuralPartialEq for CpuUsage
Auto Trait Implementations§
impl Freeze for CpuUsage
impl RefUnwindSafe for CpuUsage
impl Send for CpuUsage
impl Sync for CpuUsage
impl Unpin for CpuUsage
impl UnwindSafe for CpuUsage
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