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