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