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