#[repr(C, packed(1))]pub struct tagMIDIOUTCAPSW {
pub wMid: WORD,
pub wPid: WORD,
pub vDriverVersion: MMVERSION,
pub szPname: [WCHAR; 32],
pub wTechnology: WORD,
pub wVoices: WORD,
pub wNotes: WORD,
pub wChannelMask: WORD,
pub dwSupport: DWORD,
}Fields§
§wMid: WORD§wPid: WORD§vDriverVersion: MMVERSION§szPname: [WCHAR; 32]§wTechnology: WORD§wVoices: WORD§wNotes: WORD§wChannelMask: WORD§dwSupport: DWORDTrait Implementations§
Source§impl Clone for tagMIDIOUTCAPSW
impl Clone for tagMIDIOUTCAPSW
Source§fn clone(&self) -> tagMIDIOUTCAPSW
fn clone(&self) -> tagMIDIOUTCAPSW
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 tagMIDIOUTCAPSW
impl Debug for tagMIDIOUTCAPSW
impl Copy for tagMIDIOUTCAPSW
Auto Trait Implementations§
impl Freeze for tagMIDIOUTCAPSW
impl RefUnwindSafe for tagMIDIOUTCAPSW
impl Send for tagMIDIOUTCAPSW
impl Sync for tagMIDIOUTCAPSW
impl Unpin for tagMIDIOUTCAPSW
impl UnwindSafe for tagMIDIOUTCAPSW
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