#[repr(C, packed(1))]pub struct midistrmbuffver_tag {
pub dwVersion: DWORD,
pub dwMid: DWORD,
pub dwOEMVersion: DWORD,
}Fields§
§dwVersion: DWORD§dwMid: DWORD§dwOEMVersion: DWORDTrait Implementations§
Source§impl Clone for midistrmbuffver_tag
impl Clone for midistrmbuffver_tag
Source§fn clone(&self) -> midistrmbuffver_tag
fn clone(&self) -> midistrmbuffver_tag
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 midistrmbuffver_tag
impl Debug for midistrmbuffver_tag
impl Copy for midistrmbuffver_tag
Auto Trait Implementations§
impl Freeze for midistrmbuffver_tag
impl RefUnwindSafe for midistrmbuffver_tag
impl Send for midistrmbuffver_tag
impl Sync for midistrmbuffver_tag
impl Unpin for midistrmbuffver_tag
impl UnwindSafe for midistrmbuffver_tag
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