Struct openh264_sys2::TagVuiSarInfo
source · #[repr(C)]pub struct TagVuiSarInfo {
pub uiSarWidth: c_uint,
pub uiSarHeight: c_uint,
pub bOverscanAppropriateFlag: bool,
}
Expand description
@brief Structure for sample aspect ratio (SAR) info in VUI
Fields§
§uiSarWidth: c_uint
< SAR width
uiSarHeight: c_uint
< SAR height
bOverscanAppropriateFlag: bool
< SAR overscan flag
Trait Implementations§
source§impl Clone for TagVuiSarInfo
impl Clone for TagVuiSarInfo
source§fn clone(&self) -> TagVuiSarInfo
fn clone(&self) -> TagVuiSarInfo
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 moresource§impl Debug for TagVuiSarInfo
impl Debug for TagVuiSarInfo
source§impl Default for TagVuiSarInfo
impl Default for TagVuiSarInfo
source§fn default() -> TagVuiSarInfo
fn default() -> TagVuiSarInfo
Returns the “default value” for a type. Read more
source§impl Hash for TagVuiSarInfo
impl Hash for TagVuiSarInfo
source§impl Ord for TagVuiSarInfo
impl Ord for TagVuiSarInfo
source§fn cmp(&self, other: &TagVuiSarInfo) -> Ordering
fn cmp(&self, other: &TagVuiSarInfo) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for TagVuiSarInfo
impl PartialEq for TagVuiSarInfo
source§fn eq(&self, other: &TagVuiSarInfo) -> bool
fn eq(&self, other: &TagVuiSarInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for TagVuiSarInfo
impl PartialOrd for TagVuiSarInfo
source§fn partial_cmp(&self, other: &TagVuiSarInfo) -> Option<Ordering>
fn partial_cmp(&self, other: &TagVuiSarInfo) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for TagVuiSarInfo
impl Eq for TagVuiSarInfo
impl StructuralPartialEq for TagVuiSarInfo
Auto Trait Implementations§
impl Freeze for TagVuiSarInfo
impl RefUnwindSafe for TagVuiSarInfo
impl Send for TagVuiSarInfo
impl Sync for TagVuiSarInfo
impl Unpin for TagVuiSarInfo
impl UnwindSafe for TagVuiSarInfo
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