#[repr(C, packed(1))]pub struct midistrmbuffver_tag {
pub dwVersion: DWORD,
pub dwMid: DWORD,
pub dwOEMVersion: DWORD,
}
Fields§
§dwVersion: DWORD
§dwMid: DWORD
§dwOEMVersion: DWORD
Trait 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 copy 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
Source§impl Ord for midistrmbuffver_tag
impl Ord for midistrmbuffver_tag
Source§fn cmp(&self, other: &midistrmbuffver_tag) -> Ordering
fn cmp(&self, other: &midistrmbuffver_tag) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for midistrmbuffver_tag
impl PartialEq for midistrmbuffver_tag
Source§impl PartialOrd for midistrmbuffver_tag
impl PartialOrd for midistrmbuffver_tag
impl Copy for midistrmbuffver_tag
impl Eq for midistrmbuffver_tag
impl StructuralPartialEq 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