#[repr(C, packed(1))]pub struct midiproptempo_tag {
pub cbStruct: DWORD,
pub dwTempo: DWORD,
}Fields§
§cbStruct: DWORD§dwTempo: DWORDTrait 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 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 midiproptempo_tag
impl Debug for midiproptempo_tag
impl Copy 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