pub struct CpuUsage {
pub update: c_float,
}
Available on crate feature
studio
only.Expand description
Performance information for Studio API functionality.
Fields§
§update: c_float
System::update
CPU usage.
Percentage of main thread, or main thread if the System was created with SYNCHRONOUS_UPDATE
.
Trait Implementations§
Source§impl From<CpuUsage> for FMOD_STUDIO_CPU_USAGE
impl From<CpuUsage> for FMOD_STUDIO_CPU_USAGE
Source§impl From<FMOD_STUDIO_CPU_USAGE> for CpuUsage
impl From<FMOD_STUDIO_CPU_USAGE> for CpuUsage
Source§fn from(value: FMOD_STUDIO_CPU_USAGE) -> Self
fn from(value: FMOD_STUDIO_CPU_USAGE) -> Self
Converts to this type from the input type.
Source§impl PartialOrd for CpuUsage
impl PartialOrd for CpuUsage
impl Copy for CpuUsage
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