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 ==
.impl Copy for VSFieldBased
impl Eq for VSFieldBased
impl StructuralEq for VSFieldBased
impl StructuralPartialEq for VSFieldBased
Auto Trait Implementations§
impl RefUnwindSafe for VSFieldBased
impl Send for VSFieldBased
impl Sync for VSFieldBased
impl Unpin for VSFieldBased
impl UnwindSafe for VSFieldBased
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