#[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: WORD§channels_number: WORD§samples_per_second: DWORD§average_bytes_per_second: DWORD§block_align: WORD§bits_per_sample: WORD§size: WORDImplementations§
Trait Implementations§
Source§impl Default for WaveFormatEx
impl Default for WaveFormatEx
Source§fn default() -> WaveFormatEx
fn default() -> WaveFormatEx
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WaveFormatEx
impl RefUnwindSafe for WaveFormatEx
impl Send for WaveFormatEx
impl Sync for WaveFormatEx
impl Unpin for WaveFormatEx
impl UnwindSafe for WaveFormatEx
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