Struct sdl2::audio::AudioSpecWAV
source · pub struct AudioSpecWAV {
pub freq: i32,
pub format: AudioFormat,
pub channels: u8,
/* private fields */
}
Fields§
§freq: i32
§format: AudioFormat
§channels: u8
Implementations§
source§impl AudioSpecWAV
impl AudioSpecWAV
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioSpecWAV
impl RefUnwindSafe for AudioSpecWAV
impl !Send for AudioSpecWAV
impl !Sync for AudioSpecWAV
impl Unpin for AudioSpecWAV
impl UnwindSafe for AudioSpecWAV
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