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