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