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