#[repr(C, packed(1))]pub struct WAVEINCAPSW {
pub wMid: WORD,
pub wPid: WORD,
pub vDriverVersion: MMVERSION,
pub szPname: [WCHAR; 32],
pub dwFormats: DWORD,
pub wChannels: WORD,
pub wReserved1: WORD,
}
Fields§
§wMid: WORD
§wPid: WORD
§vDriverVersion: MMVERSION
§szPname: [WCHAR; 32]
§dwFormats: DWORD
§wChannels: WORD
§wReserved1: WORD
Trait Implementations§
Source§impl Clone for WAVEINCAPSW
impl Clone for WAVEINCAPSW
Source§fn clone(&self) -> WAVEINCAPSW
fn clone(&self) -> WAVEINCAPSW
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 Default for WAVEINCAPSW
impl Default for WAVEINCAPSW
Source§fn default() -> WAVEINCAPSW
fn default() -> WAVEINCAPSW
Returns the “default value” for a type. Read more
impl Copy for WAVEINCAPSW
Auto Trait Implementations§
impl Freeze for WAVEINCAPSW
impl RefUnwindSafe for WAVEINCAPSW
impl Send for WAVEINCAPSW
impl Sync for WAVEINCAPSW
impl Unpin for WAVEINCAPSW
impl UnwindSafe for WAVEINCAPSW
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