Struct windows_sys::Win32::Media::Audio::MIDIPROPTEMPO
#[repr(C, packed(1))]pub struct MIDIPROPTEMPO {
pub cbStruct: u32,
pub dwTempo: u32,
}
Fields§
§cbStruct: u32
§dwTempo: u32
Trait Implementations§
§impl Clone for MIDIPROPTEMPO
impl Clone for MIDIPROPTEMPO
impl Copy for MIDIPROPTEMPO
Auto Trait Implementations§
impl RefUnwindSafe for MIDIPROPTEMPO
impl Send for MIDIPROPTEMPO
impl Sync for MIDIPROPTEMPO
impl Unpin for MIDIPROPTEMPO
impl UnwindSafe for MIDIPROPTEMPO
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