Struct 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,
}
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
§fn clone(&self) -> DVD_MenuAttributes
fn clone(&self) -> DVD_MenuAttributes
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DVD_MenuAttributes
impl Debug for DVD_MenuAttributes
§impl Default for DVD_MenuAttributes
impl Default for DVD_MenuAttributes
§impl PartialEq for DVD_MenuAttributes
impl PartialEq for DVD_MenuAttributes
impl Copy for DVD_MenuAttributes
impl StructuralPartialEq for DVD_MenuAttributes
Auto Trait Implementations§
impl Freeze for DVD_MenuAttributes
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more