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