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 ==
.impl 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