Struct DVD_VideoAttributes
#[repr(C)]pub struct DVD_VideoAttributes {Show 13 fields
pub fPanscanPermitted: BOOL,
pub fLetterboxPermitted: BOOL,
pub ulAspectX: u32,
pub ulAspectY: u32,
pub ulFrameRate: u32,
pub ulFrameHeight: u32,
pub Compression: DVD_VIDEO_COMPRESSION,
pub fLine21Field1InGOP: BOOL,
pub fLine21Field2InGOP: BOOL,
pub ulSourceResolutionX: u32,
pub ulSourceResolutionY: u32,
pub fIsSourceLetterboxed: BOOL,
pub fIsFilmMode: BOOL,
}Fields§
§fPanscanPermitted: BOOL§fLetterboxPermitted: BOOL§ulAspectX: u32§ulAspectY: u32§ulFrameRate: u32§ulFrameHeight: u32§Compression: DVD_VIDEO_COMPRESSION§fLine21Field1InGOP: BOOL§fLine21Field2InGOP: BOOL§ulSourceResolutionX: u32§ulSourceResolutionY: u32§fIsSourceLetterboxed: BOOL§fIsFilmMode: BOOLTrait Implementations§
§impl Clone for DVD_VideoAttributes
impl Clone for DVD_VideoAttributes
§fn clone(&self) -> DVD_VideoAttributes
fn clone(&self) -> DVD_VideoAttributes
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_VideoAttributes
impl Debug for DVD_VideoAttributes
§impl Default for DVD_VideoAttributes
impl Default for DVD_VideoAttributes
§impl PartialEq for DVD_VideoAttributes
impl PartialEq for DVD_VideoAttributes
impl Copy for DVD_VideoAttributes
impl StructuralPartialEq for DVD_VideoAttributes
Auto Trait Implementations§
impl Freeze for DVD_VideoAttributes
impl RefUnwindSafe for DVD_VideoAttributes
impl Send for DVD_VideoAttributes
impl Sync for DVD_VideoAttributes
impl Unpin for DVD_VideoAttributes
impl UnwindSafe for DVD_VideoAttributes
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