#[repr(C, packed(1))]pub struct midiproptempo_tag {
pub cbStruct: DWORD,
pub dwTempo: DWORD,
}
Fields§
§cbStruct: DWORD
§dwTempo: DWORD
Trait Implementations§
Source§impl Clone for midiproptempo_tag
impl Clone for midiproptempo_tag
Source§fn clone(&self) -> midiproptempo_tag
fn clone(&self) -> midiproptempo_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 midiproptempo_tag
impl Debug for midiproptempo_tag
Source§impl Ord for midiproptempo_tag
impl Ord for midiproptempo_tag
Source§fn cmp(&self, other: &midiproptempo_tag) -> Ordering
fn cmp(&self, other: &midiproptempo_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 midiproptempo_tag
impl PartialEq for midiproptempo_tag
Source§impl PartialOrd for midiproptempo_tag
impl PartialOrd for midiproptempo_tag
impl Copy for midiproptempo_tag
impl Eq for midiproptempo_tag
impl StructuralPartialEq for midiproptempo_tag
Auto Trait Implementations§
impl Freeze for midiproptempo_tag
impl RefUnwindSafe for midiproptempo_tag
impl Send for midiproptempo_tag
impl Sync for midiproptempo_tag
impl Unpin for midiproptempo_tag
impl UnwindSafe for midiproptempo_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