Enum vapoursynth4_sys::VSColorFamily
source · #[repr(C)]pub enum VSColorFamily {
cfUndefined,
cfGray,
cfRGB,
cfYUV,
}Variants§
Trait Implementations§
source§impl Clone for VSColorFamily
impl Clone for VSColorFamily
source§fn clone(&self) -> VSColorFamily
fn clone(&self) -> VSColorFamily
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 VSColorFamily
impl Debug for VSColorFamily
source§impl Hash for VSColorFamily
impl Hash for VSColorFamily
source§impl Ord for VSColorFamily
impl Ord for VSColorFamily
source§fn cmp(&self, other: &VSColorFamily) -> Ordering
fn cmp(&self, other: &VSColorFamily) -> 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<VSColorFamily> for VSColorFamily
impl PartialEq<VSColorFamily> for VSColorFamily
source§fn eq(&self, other: &VSColorFamily) -> bool
fn eq(&self, other: &VSColorFamily) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<VSColorFamily> for VSColorFamily
impl PartialOrd<VSColorFamily> for VSColorFamily
source§fn partial_cmp(&self, other: &VSColorFamily) -> Option<Ordering>
fn partial_cmp(&self, other: &VSColorFamily) -> 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 VSColorFamily
impl Eq for VSColorFamily
impl StructuralEq for VSColorFamily
impl StructuralPartialEq for VSColorFamily
Auto Trait Implementations§
impl RefUnwindSafe for VSColorFamily
impl Send for VSColorFamily
impl Sync for VSColorFamily
impl Unpin for VSColorFamily
impl UnwindSafe for VSColorFamily
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