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