Enum rustsynth_sys::VSColorFamily
source · #[repr(u32)]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 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 ==
.impl 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