Enum rustsynth_sys::VSRequestPattern
source · #[repr(u32)]
pub enum VSRequestPattern {
rpGeneral,
rpNoFrameReuse,
rpStrictSpatial,
}Variants§
Trait Implementations§
source§impl Clone for VSRequestPattern
impl Clone for VSRequestPattern
source§fn clone(&self) -> VSRequestPattern
fn clone(&self) -> VSRequestPattern
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 VSRequestPattern
impl Debug for VSRequestPattern
source§impl Hash for VSRequestPattern
impl Hash for VSRequestPattern
source§impl PartialEq<VSRequestPattern> for VSRequestPattern
impl PartialEq<VSRequestPattern> for VSRequestPattern
source§fn eq(&self, other: &VSRequestPattern) -> bool
fn eq(&self, other: &VSRequestPattern) -> bool
This method tests for
self and other values to be equal, and is used
by ==.