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