pub struct CpuUsage {
pub dsp: f32,
pub stream: f32,
pub geometry: f32,
pub update: f32,
pub convolution_1: f32,
pub convolution_2: f32,
}Fields§
§dsp: f32§stream: f32§geometry: f32§update: f32§convolution_1: f32§convolution_2: f32Trait Implementations§
Source§impl Into<FMOD_CPU_USAGE> for CpuUsage
impl Into<FMOD_CPU_USAGE> for CpuUsage
Source§fn into(self) -> FMOD_CPU_USAGE
fn into(self) -> FMOD_CPU_USAGE
Converts this type into the (usually inferred) input type.
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