pub struct StudioCpuUsage {
pub update: f32,
}
Fields§
§update: f32
Trait Implementations§
Source§impl Clone for StudioCpuUsage
impl Clone for StudioCpuUsage
Source§fn clone(&self) -> StudioCpuUsage
fn clone(&self) -> StudioCpuUsage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StudioCpuUsage
impl Debug for StudioCpuUsage
Source§impl Into<FMOD_STUDIO_CPU_USAGE> for StudioCpuUsage
impl Into<FMOD_STUDIO_CPU_USAGE> for StudioCpuUsage
Source§fn into(self) -> FMOD_STUDIO_CPU_USAGE
fn into(self) -> FMOD_STUDIO_CPU_USAGE
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for StudioCpuUsage
impl RefUnwindSafe for StudioCpuUsage
impl Send for StudioCpuUsage
impl Sync for StudioCpuUsage
impl Unpin for StudioCpuUsage
impl UnwindSafe for StudioCpuUsage
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