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