pub struct SoundRam {
pub currentalloced: i32,
pub maxalloced: i32,
pub total: i32,
}
Fields§
§currentalloced: i32
§maxalloced: i32
§total: i32
Trait Implementations§
impl Eq for SoundRam
impl StructuralPartialEq for SoundRam
Auto Trait Implementations§
impl Freeze for SoundRam
impl RefUnwindSafe for SoundRam
impl Send for SoundRam
impl Sync for SoundRam
impl Unpin for SoundRam
impl UnwindSafe for SoundRam
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