Struct fmod::studio::MemoryUsage
source · pub struct MemoryUsage {
pub exclusive: c_int,
pub inclusive: c_int,
pub sample_data: c_int,
}Fields§
§exclusive: c_int§inclusive: c_int§sample_data: c_intTrait Implementations§
source§impl Clone for MemoryUsage
impl Clone for MemoryUsage
source§fn clone(&self) -> MemoryUsage
fn clone(&self) -> MemoryUsage
Returns a copy 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 MemoryUsage
impl Debug for MemoryUsage
source§impl From<FMOD_STUDIO_MEMORY_USAGE> for MemoryUsage
impl From<FMOD_STUDIO_MEMORY_USAGE> for MemoryUsage
source§fn from(value: FMOD_STUDIO_MEMORY_USAGE) -> Self
fn from(value: FMOD_STUDIO_MEMORY_USAGE) -> Self
Converts to this type from the input type.
source§impl From<MemoryUsage> for FMOD_STUDIO_MEMORY_USAGE
impl From<MemoryUsage> for FMOD_STUDIO_MEMORY_USAGE
source§fn from(value: MemoryUsage) -> Self
fn from(value: MemoryUsage) -> Self
Converts to this type from the input type.
source§impl PartialEq for MemoryUsage
impl PartialEq for MemoryUsage
source§fn eq(&self, other: &MemoryUsage) -> bool
fn eq(&self, other: &MemoryUsage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for MemoryUsage
impl Eq for MemoryUsage
impl StructuralPartialEq for MemoryUsage
Auto Trait Implementations§
impl Freeze for MemoryUsage
impl RefUnwindSafe for MemoryUsage
impl Send for MemoryUsage
impl Sync for MemoryUsage
impl Unpin for MemoryUsage
impl UnwindSafe for MemoryUsage
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