Struct windows_sys::Win32::Media::DirectShow::DVD_MenuAttributes
[−]#[repr(C)]pub struct DVD_MenuAttributes {
pub fCompatibleRegion: [BOOL; 8],
pub VideoAttributes: DVD_VideoAttributes,
pub fAudioPresent: BOOL,
pub AudioAttributes: DVD_AudioAttributes,
pub fSubpicturePresent: BOOL,
pub SubpictureAttributes: DVD_SubpictureAttributes,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
Fields
fCompatibleRegion: [BOOL; 8]
VideoAttributes: DVD_VideoAttributes
fAudioPresent: BOOL
AudioAttributes: DVD_AudioAttributes
fSubpicturePresent: BOOL
SubpictureAttributes: DVD_SubpictureAttributes
Trait Implementations
impl Clone for DVD_MenuAttributes
impl Clone for DVD_MenuAttributes
impl Copy for DVD_MenuAttributes
Auto Trait Implementations
impl RefUnwindSafe for DVD_MenuAttributes
impl Send for DVD_MenuAttributes
impl Sync for DVD_MenuAttributes
impl Unpin for DVD_MenuAttributes
impl UnwindSafe for DVD_MenuAttributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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