#[repr(C)]pub enum VSColorRange {
VSC_RANGE_FULL = 0,
VSC_RANGE_LIMITED = 1,
}๐Deprecated:
API 4.2 replaces _ColorRange with _Range; use VSRange, whose 0 and 1 mean the opposite
Expand description
Numbering of the deprecated _ColorRange frame property.
Variantsยง
VSC_RANGE_FULL = 0
๐Deprecated:
API 4.2 replaces _ColorRange with _Range; use VSRange, whose 0 and 1 mean the opposite
VSC_RANGE_LIMITED = 1
๐Deprecated:
API 4.2 replaces _ColorRange with _Range; use VSRange, whose 0 and 1 mean the opposite
Trait Implementationsยง
Sourceยงimpl Clone for VSColorRange
impl Clone for VSColorRange
Sourceยงfn clone(&self) -> VSColorRange
fn clone(&self) -> VSColorRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VSColorRange
Sourceยงimpl Debug for VSColorRange
impl Debug for VSColorRange
impl Eq for VSColorRange
Sourceยงimpl Hash for VSColorRange
impl Hash for VSColorRange
Sourceยงimpl Ord for VSColorRange
impl Ord for VSColorRange
Sourceยงfn cmp(&self, other: &VSColorRange) -> Ordering
fn cmp(&self, other: &VSColorRange) -> Ordering
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 PartialEq for VSColorRange
impl PartialEq for VSColorRange
Sourceยงimpl PartialOrd for VSColorRange
impl PartialOrd for VSColorRange
impl StructuralPartialEq for VSColorRange
Auto Trait Implementationsยง
impl Freeze for VSColorRange
impl RefUnwindSafe for VSColorRange
impl Send for VSColorRange
impl Sync for VSColorRange
impl Unpin for VSColorRange
impl UnsafeUnpin for VSColorRange
impl UnwindSafe for VSColorRange
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