Struct windows_sys::Win32::Media::DirectShow::DVD_PLAYBACK_LOCATION2
[−]#[repr(C)]pub struct DVD_PLAYBACK_LOCATION2 {
pub TitleNum: u32,
pub ChapterNum: u32,
pub TimeCode: DVD_HMSF_TIMECODE,
pub TimeCodeFlags: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
TitleNum: u32
ChapterNum: u32
TimeCode: DVD_HMSF_TIMECODE
TimeCodeFlags: u32
Trait Implementations
impl Clone for DVD_PLAYBACK_LOCATION2
impl Clone for DVD_PLAYBACK_LOCATION2
impl Copy for DVD_PLAYBACK_LOCATION2
Auto Trait Implementations
impl RefUnwindSafe for DVD_PLAYBACK_LOCATION2
impl Send for DVD_PLAYBACK_LOCATION2
impl Sync for DVD_PLAYBACK_LOCATION2
impl Unpin for DVD_PLAYBACK_LOCATION2
impl UnwindSafe for DVD_PLAYBACK_LOCATION2
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