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 ==
.impl Copy for VSRequestPattern
impl Eq for VSRequestPattern
impl StructuralEq for VSRequestPattern
impl StructuralPartialEq for VSRequestPattern
Auto Trait Implementations§
impl RefUnwindSafe for VSRequestPattern
impl Send for VSRequestPattern
impl Sync for VSRequestPattern
impl Unpin for VSRequestPattern
impl UnwindSafe for VSRequestPattern
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