Enum vapoursynth4_sys::VSPropertyType
source · #[repr(C)]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 Ord for VSPropertyType
impl Ord for VSPropertyType
source§fn cmp(&self, other: &VSPropertyType) -> Ordering
fn cmp(&self, other: &VSPropertyType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
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 ==.source§impl PartialOrd<VSPropertyType> for VSPropertyType
impl PartialOrd<VSPropertyType> for VSPropertyType
source§fn partial_cmp(&self, other: &VSPropertyType) -> Option<Ordering>
fn partial_cmp(&self, other: &VSPropertyType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl 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