Struct windows_sys::Win32::Media::DirectShow::HEAACWAVEINFO
[−]#[repr(C, packed(1))]pub struct HEAACWAVEINFO {
pub wfx: WAVEFORMATEX,
pub wPayloadType: u16,
pub wAudioProfileLevelIndication: u16,
pub wStructType: u16,
pub wReserved1: u16,
pub dwReserved2: u32,
}
Expand description
Required features: ‘Win32_Media_DirectShow’, ‘Win32_Media_Audio’
Fields
wfx: WAVEFORMATEX
wPayloadType: u16
wAudioProfileLevelIndication: u16
wStructType: u16
wReserved1: u16
dwReserved2: u32
Trait Implementations
impl Clone for HEAACWAVEINFO
impl Clone for HEAACWAVEINFO
impl Copy for HEAACWAVEINFO
Auto Trait Implementations
impl RefUnwindSafe for HEAACWAVEINFO
impl Send for HEAACWAVEINFO
impl Sync for HEAACWAVEINFO
impl Unpin for HEAACWAVEINFO
impl UnwindSafe for HEAACWAVEINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more