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