Enum rustsynth_sys::VSColorRange
source · #[repr(u32)]pub enum VSColorRange {
VSC_RANGE_FULL,
VSC_RANGE_LIMITED,
}
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 PartialEq<VSColorRange> for VSColorRange
impl PartialEq<VSColorRange> for VSColorRange
source§fn eq(&self, other: &VSColorRange) -> bool
fn eq(&self, other: &VSColorRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VSColorRange
impl Eq for VSColorRange
impl StructuralEq for VSColorRange
impl StructuralPartialEq for VSColorRange
Auto Trait Implementations§
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