#[repr(C, packed(1))]pub struct tagMCI_WAVE_SET_PARMS {Show 15 fields
pub dwCallback: DWORD_PTR,
pub dwTimeFormat: DWORD,
pub dwAudio: DWORD,
pub wInput: UINT,
pub wOutput: UINT,
pub wFormatTag: WORD,
pub wReserved2: WORD,
pub nChannels: WORD,
pub wReserved3: WORD,
pub nSamplesPerSec: DWORD,
pub nAvgBytesPerSec: DWORD,
pub nBlockAlign: WORD,
pub wReserved4: WORD,
pub wBitsPerSample: WORD,
pub wReserved5: WORD,
}Fields§
§dwCallback: DWORD_PTR§dwTimeFormat: DWORD§dwAudio: DWORD§wInput: UINT§wOutput: UINT§wFormatTag: WORD§wReserved2: WORD§nChannels: WORD§wReserved3: WORD§nSamplesPerSec: DWORD§nAvgBytesPerSec: DWORD§nBlockAlign: WORD§wReserved4: WORD§wBitsPerSample: WORD§wReserved5: WORDTrait Implementations§
Source§impl Clone for tagMCI_WAVE_SET_PARMS
impl Clone for tagMCI_WAVE_SET_PARMS
Source§fn clone(&self) -> tagMCI_WAVE_SET_PARMS
fn clone(&self) -> tagMCI_WAVE_SET_PARMS
Returns a duplicate 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 moreSource§impl Debug for tagMCI_WAVE_SET_PARMS
impl Debug for tagMCI_WAVE_SET_PARMS
impl Copy for tagMCI_WAVE_SET_PARMS
Auto Trait Implementations§
impl Freeze for tagMCI_WAVE_SET_PARMS
impl RefUnwindSafe for tagMCI_WAVE_SET_PARMS
impl Send for tagMCI_WAVE_SET_PARMS
impl Sync for tagMCI_WAVE_SET_PARMS
impl Unpin for tagMCI_WAVE_SET_PARMS
impl UnwindSafe for tagMCI_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