pub struct CpuUsage {
pub update: c_float,
}Fields§
§update: c_floatTrait 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 PartialEq for CpuUsage
impl PartialEq for CpuUsage
source§impl PartialOrd for CpuUsage
impl PartialOrd for CpuUsage
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl 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