#[repr(C, packed(1))]pub struct tagMIDIOUTCAPSA {
pub wMid: WORD,
pub wPid: WORD,
pub vDriverVersion: MMVERSION,
pub szPname: [CHAR; 32],
pub wTechnology: WORD,
pub wVoices: WORD,
pub wNotes: WORD,
pub wChannelMask: WORD,
pub dwSupport: DWORD,
}
Fields§
§wMid: WORD
§wPid: WORD
§vDriverVersion: MMVERSION
§szPname: [CHAR; 32]
§wTechnology: WORD
§wVoices: WORD
§wNotes: WORD
§wChannelMask: WORD
§dwSupport: DWORD
Trait Implementations§
Source§impl Clone for tagMIDIOUTCAPSA
impl Clone for tagMIDIOUTCAPSA
Source§fn clone(&self) -> tagMIDIOUTCAPSA
fn clone(&self) -> tagMIDIOUTCAPSA
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 tagMIDIOUTCAPSA
impl Debug for tagMIDIOUTCAPSA
Source§impl Ord for tagMIDIOUTCAPSA
impl Ord for tagMIDIOUTCAPSA
Source§fn cmp(&self, other: &tagMIDIOUTCAPSA) -> Ordering
fn cmp(&self, other: &tagMIDIOUTCAPSA) -> 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 tagMIDIOUTCAPSA
impl PartialEq for tagMIDIOUTCAPSA
Source§impl PartialOrd for tagMIDIOUTCAPSA
impl PartialOrd for tagMIDIOUTCAPSA
impl Copy for tagMIDIOUTCAPSA
impl Eq for tagMIDIOUTCAPSA
impl StructuralPartialEq for tagMIDIOUTCAPSA
Auto Trait Implementations§
impl Freeze for tagMIDIOUTCAPSA
impl RefUnwindSafe for tagMIDIOUTCAPSA
impl Send for tagMIDIOUTCAPSA
impl Sync for tagMIDIOUTCAPSA
impl Unpin for tagMIDIOUTCAPSA
impl UnwindSafe for tagMIDIOUTCAPSA
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