Struct windows_sys::Win32::Media::Multimedia::WMAUDIO3WAVEFORMAT
[−]#[repr(C, packed(1))]pub struct WMAUDIO3WAVEFORMAT {
pub wfx: WAVEFORMATEX,
pub wValidBitsPerSample: u16,
pub dwChannelMask: u32,
pub dwReserved1: u32,
pub dwReserved2: u32,
pub wEncodeOptions: u16,
pub wReserved3: u16,
}
Expand description
Required features: "Win32_Media_Multimedia"
, "Win32_Media_Audio"
Fields
wfx: WAVEFORMATEX
wValidBitsPerSample: u16
dwChannelMask: u32
dwReserved1: u32
dwReserved2: u32
wEncodeOptions: u16
wReserved3: u16
Trait Implementations
impl Clone for WMAUDIO3WAVEFORMAT
impl Clone for WMAUDIO3WAVEFORMAT
impl Copy for WMAUDIO3WAVEFORMAT
Auto Trait Implementations
impl RefUnwindSafe for WMAUDIO3WAVEFORMAT
impl Send for WMAUDIO3WAVEFORMAT
impl Sync for WMAUDIO3WAVEFORMAT
impl Unpin for WMAUDIO3WAVEFORMAT
impl UnwindSafe for WMAUDIO3WAVEFORMAT
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