#[repr(C)]pub enum VSRange {
VSC_RANGE_LIMITED = 0,
VSC_RANGE_FULL = 1,
}Expand description
Numbering of the _Range frame property, which follows H.273.
Added in API 4.2 to replace VSColorRange, whose two values are the other
way around. Filters compiled against API 4.2 or later must only use _Range.
Variants§
Trait Implementations§
impl Copy for VSRange
impl Eq for VSRange
Source§impl Ord for VSRange
impl Ord for VSRange
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for VSRange
impl PartialOrd for VSRange
impl StructuralPartialEq for VSRange
Auto Trait Implementations§
impl Freeze for VSRange
impl RefUnwindSafe for VSRange
impl Send for VSRange
impl Sync for VSRange
impl Unpin for VSRange
impl UnsafeUnpin for VSRange
impl UnwindSafe for VSRange
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