Enum rustsynth_sys::VSCacheMode
source · #[repr(i32)]
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 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 ==.