Struct windows_sys::Win32::Media::Multimedia::OLIOPRWAVEFORMAT
#[repr(C, packed(1))]pub struct OLIOPRWAVEFORMAT {
pub wfx: WAVEFORMATEX,
}
Expand description
Required features: "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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more