#[repr(C, packed(1))]pub struct tagWAVEOUTCAPS2W {
pub wMid: WORD,
pub wPid: WORD,
pub vDriverVersion: MMVERSION,
pub szPname: [WCHAR; 32],
pub dwFormats: DWORD,
pub wChannels: WORD,
pub wReserved1: WORD,
pub dwSupport: DWORD,
pub ManufacturerGuid: GUID,
pub ProductGuid: GUID,
pub NameGuid: GUID,
}Fields§
§wMid: WORD§wPid: WORD§vDriverVersion: MMVERSION§szPname: [WCHAR; 32]§dwFormats: DWORD§wChannels: WORD§wReserved1: WORD§dwSupport: DWORD§ManufacturerGuid: GUID§ProductGuid: GUID§NameGuid: GUIDTrait Implementations§
Source§impl Clone for tagWAVEOUTCAPS2W
impl Clone for tagWAVEOUTCAPS2W
Source§fn clone(&self) -> tagWAVEOUTCAPS2W
fn clone(&self) -> tagWAVEOUTCAPS2W
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 tagWAVEOUTCAPS2W
impl Debug for tagWAVEOUTCAPS2W
impl Copy for tagWAVEOUTCAPS2W
Auto Trait Implementations§
impl Freeze for tagWAVEOUTCAPS2W
impl RefUnwindSafe for tagWAVEOUTCAPS2W
impl Send for tagWAVEOUTCAPS2W
impl Sync for tagWAVEOUTCAPS2W
impl Unpin for tagWAVEOUTCAPS2W
impl UnwindSafe for tagWAVEOUTCAPS2W
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