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