#[repr(C)]pub enum VSColorFamily {
Undefined = 0,
Gray = 1,
RGB = 2,
YUV = 3,
}
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 for VSColorFamily
impl PartialEq for VSColorFamily
Source§impl PartialOrd for VSColorFamily
impl PartialOrd for VSColorFamily
impl Copy for VSColorFamily
impl Eq for VSColorFamily
impl StructuralPartialEq for VSColorFamily
Auto Trait Implementations§
impl Freeze for VSColorFamily
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