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