#[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: DWORDTrait Implementations§
Source§impl Clone for tagMIDIINCAPSA
impl Clone for tagMIDIINCAPSA
Source§fn clone(&self) -> tagMIDIINCAPSA
fn clone(&self) -> tagMIDIINCAPSA
Returns a duplicate 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
impl Copy 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