Struct windows_sys::Win32::Media::Multimedia::MCI_WAVE_SET_PARMS
#[repr(C, packed(1))]pub struct MCI_WAVE_SET_PARMS {Show 15 fields
pub dwCallback: usize,
pub dwTimeFormat: u32,
pub dwAudio: u32,
pub wInput: u32,
pub wOutput: u32,
pub wFormatTag: u16,
pub wReserved2: u16,
pub nChannels: u16,
pub wReserved3: u16,
pub nSamplesPerSec: u32,
pub nAvgBytesPerSec: u32,
pub nBlockAlign: u16,
pub wReserved4: u16,
pub wBitsPerSample: u16,
pub wReserved5: u16,
}
Fields§
§dwCallback: usize
§dwTimeFormat: u32
§dwAudio: u32
§wInput: u32
§wOutput: u32
§wFormatTag: u16
§wReserved2: u16
§nChannels: u16
§wReserved3: u16
§nSamplesPerSec: u32
§nAvgBytesPerSec: u32
§nBlockAlign: u16
§wReserved4: u16
§wBitsPerSample: u16
§wReserved5: u16
Trait Implementations§
§impl Clone for MCI_WAVE_SET_PARMS
impl Clone for MCI_WAVE_SET_PARMS
§fn clone(&self) -> MCI_WAVE_SET_PARMS
fn clone(&self) -> MCI_WAVE_SET_PARMS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for MCI_WAVE_SET_PARMS
Auto Trait Implementations§
impl Freeze for MCI_WAVE_SET_PARMS
impl RefUnwindSafe for MCI_WAVE_SET_PARMS
impl Send for MCI_WAVE_SET_PARMS
impl Sync for MCI_WAVE_SET_PARMS
impl Unpin for MCI_WAVE_SET_PARMS
impl UnwindSafe for MCI_WAVE_SET_PARMS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)