Union windows_sys::Win32::Media::DirectShow::DVD_TitleAttributes_0
[−]#[repr(C)]
pub union DVD_TitleAttributes_0 {
pub AppMode: DVD_TITLE_APPMODE,
pub TitleLength: DVD_HMSF_TIMECODE,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
Fields
AppMode: DVD_TITLE_APPMODE
TitleLength: DVD_HMSF_TIMECODE
Trait Implementations
impl Clone for DVD_TitleAttributes_0
impl Clone for DVD_TitleAttributes_0
impl Copy for DVD_TitleAttributes_0
Auto Trait Implementations
impl RefUnwindSafe for DVD_TitleAttributes_0
impl Send for DVD_TitleAttributes_0
impl Sync for DVD_TitleAttributes_0
impl Unpin for DVD_TitleAttributes_0
impl UnwindSafe for DVD_TitleAttributes_0
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