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