Struct bass_sys::WaveFormatEx
source · [−]#[repr(C, packed(1))]pub struct WaveFormatEx {
pub format_tag: WORD,
pub channels_number: WORD,
pub samples_per_second: DWORD,
pub average_bytes_per_second: DWORD,
pub block_align: WORD,
pub bits_per_sample: WORD,
pub size: WORD,
}Fields
format_tag: WORDchannels_number: WORDsamples_per_second: DWORDaverage_bytes_per_second: DWORDblock_align: WORDbits_per_sample: WORDsize: WORDImplementations
Trait Implementations
sourceimpl Default for WaveFormatEx
impl Default for WaveFormatEx
sourcefn default() -> WaveFormatEx
fn default() -> WaveFormatEx
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for WaveFormatEx
impl Send for WaveFormatEx
impl Sync for WaveFormatEx
impl Unpin for WaveFormatEx
impl UnwindSafe for WaveFormatEx
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more