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