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