#[repr(transparent)]pub struct SoundFormat(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl SoundFormat
impl SoundFormat
pub const kSound8bitMono: SoundFormat
Source§impl SoundFormat
impl SoundFormat
pub const kSound8bitStereo: SoundFormat
Source§impl SoundFormat
impl SoundFormat
pub const kSound16bitMono: SoundFormat
Source§impl SoundFormat
impl SoundFormat
pub const kSound16bitStereo: SoundFormat
Source§impl SoundFormat
impl SoundFormat
pub const kSoundADPCMMono: SoundFormat
Source§impl SoundFormat
impl SoundFormat
pub const kSoundADPCMStereo: SoundFormat
Trait Implementations§
Source§impl Clone for SoundFormat
impl Clone for SoundFormat
Source§fn clone(&self) -> SoundFormat
fn clone(&self) -> SoundFormat
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 SoundFormat
impl Debug for SoundFormat
Source§impl Hash for SoundFormat
impl Hash for SoundFormat
Source§impl PartialEq for SoundFormat
impl PartialEq for SoundFormat
impl Copy for SoundFormat
impl Eq for SoundFormat
impl StructuralPartialEq for SoundFormat
Auto Trait Implementations§
impl Freeze for SoundFormat
impl RefUnwindSafe for SoundFormat
impl Send for SoundFormat
impl Sync for SoundFormat
impl Unpin for SoundFormat
impl UnwindSafe for SoundFormat
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