Struct windows_sys::Win32::Media::Audio::MIDIPROPTIMEDIV
[−]Expand description
Required features: ‘Win32_Media_Audio’
Fields
cbStruct: u32
dwTimeDiv: u32
Trait Implementations
impl Clone for MIDIPROPTIMEDIV
impl Clone for MIDIPROPTIMEDIV
impl Copy for MIDIPROPTIMEDIV
Auto Trait Implementations
impl RefUnwindSafe for MIDIPROPTIMEDIV
impl Send for MIDIPROPTIMEDIV
impl Sync for MIDIPROPTIMEDIV
impl Unpin for MIDIPROPTIMEDIV
impl UnwindSafe for MIDIPROPTIMEDIV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more