#[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,
}
Expand description

Required features: "Win32_Media_Multimedia"

Fields

dwCallback: usizedwTimeFormat: u32dwAudio: u32wInput: u32wOutput: u32wFormatTag: u16wReserved2: u16nChannels: u16wReserved3: u16nSamplesPerSec: u32nAvgBytesPerSec: u32nBlockAlign: u16wReserved4: u16wBitsPerSample: u16wReserved5: u16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.