#[repr(C, packed(1))]pub struct tagMIDIOUTCAPSW {
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 tagMIDIOUTCAPSW
impl Clone for tagMIDIOUTCAPSW
Source§fn clone(&self) -> tagMIDIOUTCAPSW
fn clone(&self) -> tagMIDIOUTCAPSW
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 Debug for tagMIDIOUTCAPSW
impl Debug for tagMIDIOUTCAPSW
Source§impl Ord for tagMIDIOUTCAPSW
impl Ord for tagMIDIOUTCAPSW
Source§fn cmp(&self, other: &tagMIDIOUTCAPSW) -> Ordering
fn cmp(&self, other: &tagMIDIOUTCAPSW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMIDIOUTCAPSW
impl PartialEq for tagMIDIOUTCAPSW
Source§impl PartialOrd for tagMIDIOUTCAPSW
impl PartialOrd for tagMIDIOUTCAPSW
impl Copy for tagMIDIOUTCAPSW
impl Eq for tagMIDIOUTCAPSW
impl StructuralPartialEq for tagMIDIOUTCAPSW
Auto Trait Implementations§
impl Freeze for tagMIDIOUTCAPSW
impl RefUnwindSafe for tagMIDIOUTCAPSW
impl Send for tagMIDIOUTCAPSW
impl Sync for tagMIDIOUTCAPSW
impl Unpin for tagMIDIOUTCAPSW
impl UnwindSafe for tagMIDIOUTCAPSW
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