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