Struct windows_sys::Win32::Media::DirectShow::HEAACWAVEFORMAT
[−]#[repr(C)]pub struct HEAACWAVEFORMAT {
pub wfInfo: HEAACWAVEINFO,
pub pbAudioSpecificConfig: [u8; 1],
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Media_Audio"
Fields
wfInfo: HEAACWAVEINFO
pbAudioSpecificConfig: [u8; 1]
Trait Implementations
impl Clone for HEAACWAVEFORMAT
impl Clone for HEAACWAVEFORMAT
impl Copy for HEAACWAVEFORMAT
Auto Trait Implementations
impl RefUnwindSafe for HEAACWAVEFORMAT
impl Send for HEAACWAVEFORMAT
impl Sync for HEAACWAVEFORMAT
impl Unpin for HEAACWAVEFORMAT
impl UnwindSafe for HEAACWAVEFORMAT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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