#[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: WORD
Trait 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 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 moreSource§impl Debug for tagMCI_WAVE_SET_PARMS
impl Debug for tagMCI_WAVE_SET_PARMS
Source§impl Ord for tagMCI_WAVE_SET_PARMS
impl Ord for tagMCI_WAVE_SET_PARMS
Source§fn cmp(&self, other: &tagMCI_WAVE_SET_PARMS) -> Ordering
fn cmp(&self, other: &tagMCI_WAVE_SET_PARMS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMCI_WAVE_SET_PARMS
impl PartialEq for tagMCI_WAVE_SET_PARMS
Source§impl PartialOrd for tagMCI_WAVE_SET_PARMS
impl PartialOrd for tagMCI_WAVE_SET_PARMS
impl Copy for tagMCI_WAVE_SET_PARMS
impl Eq for tagMCI_WAVE_SET_PARMS
impl StructuralPartialEq 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