Struct 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 more§impl Default for MCI_WAVE_SET_PARMS
impl Default for MCI_WAVE_SET_PARMS
impl 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