Struct windows_sys::Win32::Media::DirectShow::MPEG_TIME
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
Hours: u8
Minutes: u8
Seconds: u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MPEG_TIME
impl Send for MPEG_TIME
impl Sync for MPEG_TIME
impl Unpin for MPEG_TIME
impl UnwindSafe for MPEG_TIME
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