Struct WAVEOUTCAPSW
#[repr(C, packed(1))]pub struct WAVEOUTCAPSW {
pub wMid: u16,
pub wPid: u16,
pub vDriverVersion: u32,
pub szPname: [u16; 32],
pub dwFormats: u32,
pub wChannels: u16,
pub wReserved1: u16,
pub dwSupport: u32,
}
Fields§
§wMid: u16
§wPid: u16
§vDriverVersion: u32
§szPname: [u16; 32]
§dwFormats: u32
§wChannels: u16
§wReserved1: u16
§dwSupport: u32
Trait Implementations§
§impl Clone for WAVEOUTCAPSW
impl Clone for WAVEOUTCAPSW
§fn clone(&self) -> WAVEOUTCAPSW
fn clone(&self) -> WAVEOUTCAPSW
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 moreimpl Copy for WAVEOUTCAPSW
Auto Trait Implementations§
impl Freeze for WAVEOUTCAPSW
impl RefUnwindSafe for WAVEOUTCAPSW
impl Send for WAVEOUTCAPSW
impl Sync for WAVEOUTCAPSW
impl Unpin for WAVEOUTCAPSW
impl UnwindSafe for WAVEOUTCAPSW
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