Enum rustsynth_sys::VSFieldBased
source · #[repr(u32)]
pub enum VSFieldBased {
VSC_FIELD_PROGRESSIVE,
VSC_FIELD_BOTTOM,
VSC_FIELD_TOP,
}Variants§
Trait Implementations§
source§impl Clone for VSFieldBased
impl Clone for VSFieldBased
source§fn clone(&self) -> VSFieldBased
fn clone(&self) -> VSFieldBased
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 VSFieldBased
impl Debug for VSFieldBased
source§impl Hash for VSFieldBased
impl Hash for VSFieldBased
source§impl PartialEq<VSFieldBased> for VSFieldBased
impl PartialEq<VSFieldBased> for VSFieldBased
source§fn eq(&self, other: &VSFieldBased) -> bool
fn eq(&self, other: &VSFieldBased) -> bool
This method tests for
self and other values to be equal, and is used
by ==.