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