#[repr(u32)]pub enum VSColorFamily {
cfUndefined = 0,
cfGray = 1,
cfRGB = 2,
cfYUV = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for VSColorFamily
impl Clone for VSColorFamily
Source§fn clone(&self) -> VSColorFamily
fn clone(&self) -> VSColorFamily
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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 for VSColorFamily
impl PartialEq 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