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