Enum vapoursynth4_sys::VSFieldBased
source · #[repr(C)]pub enum VSFieldBased {
VSC_FIELD_PROGRESSIVE,
VSC_FIELD_BOTTOM,
VSC_FIELD_TOP,
}Variants§
Trait Implementations§
source§impl Clone for VSFieldBased
impl Clone for VSFieldBased
source§fn clone(&self) -> VSFieldBased
fn clone(&self) -> VSFieldBased
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 VSFieldBased
impl Debug for VSFieldBased
source§impl Hash for VSFieldBased
impl Hash for VSFieldBased
source§impl Ord for VSFieldBased
impl Ord for VSFieldBased
source§fn cmp(&self, other: &VSFieldBased) -> Ordering
fn cmp(&self, other: &VSFieldBased) -> 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<VSFieldBased> for VSFieldBased
impl PartialEq<VSFieldBased> for VSFieldBased
source§fn eq(&self, other: &VSFieldBased) -> bool
fn eq(&self, other: &VSFieldBased) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<VSFieldBased> for VSFieldBased
impl PartialOrd<VSFieldBased> for VSFieldBased
source§fn partial_cmp(&self, other: &VSFieldBased) -> Option<Ordering>
fn partial_cmp(&self, other: &VSFieldBased) -> 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 VSFieldBased
impl Eq for VSFieldBased
impl StructuralEq for VSFieldBased
impl StructuralPartialEq for VSFieldBased
Auto Trait Implementations§
impl RefUnwindSafe for VSFieldBased
impl Send for VSFieldBased
impl Sync for VSFieldBased
impl Unpin for VSFieldBased
impl UnwindSafe for VSFieldBased
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