#[repr(C)]pub enum VSColorRange {
VSC_RANGE_FULL = 0,
VSC_RANGE_LIMITED = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for VSColorRange
impl Clone for VSColorRange
Source§fn clone(&self) -> VSColorRange
fn clone(&self) -> VSColorRange
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 VSColorRange
impl Debug 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 · 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 VSColorRange
impl PartialEq for VSColorRange
Source§impl PartialOrd for VSColorRange
impl PartialOrd for VSColorRange
impl Copy for VSColorRange
impl Eq 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 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