Struct libfmod::StudioCpuUsage
source · [−]pub struct StudioCpuUsage {
pub update: f32,
}Fields
update: f32Trait Implementations
sourceimpl Clone for StudioCpuUsage
impl Clone for StudioCpuUsage
sourcefn clone(&self) -> StudioCpuUsage
fn clone(&self) -> StudioCpuUsage
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StudioCpuUsage
impl Debug for StudioCpuUsage
sourceimpl Into<FMOD_STUDIO_CPU_USAGE> for StudioCpuUsage
impl Into<FMOD_STUDIO_CPU_USAGE> for StudioCpuUsage
sourcefn into(self) -> FMOD_STUDIO_CPU_USAGE
fn into(self) -> FMOD_STUDIO_CPU_USAGE
Converts this type into the (usually inferred) input type.
sourceimpl TryFrom<FMOD_STUDIO_CPU_USAGE> for StudioCpuUsage
impl TryFrom<FMOD_STUDIO_CPU_USAGE> for StudioCpuUsage
Auto Trait Implementations
impl RefUnwindSafe for StudioCpuUsage
impl Send for StudioCpuUsage
impl Sync for StudioCpuUsage
impl Unpin for StudioCpuUsage
impl UnwindSafe for StudioCpuUsage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more