Struct windows_sys::Win32::Media::Audio::MIDIPROPTEMPO
[−]Expand description
Required features: "Win32_Media_Audio"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more