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