pub enum GlQueryTarget {
SamplesPassed,
AnySamplesPassed,
AnySamplesPassedConservative,
PrimitivesGenerated,
}Variants§
Trait Implementations§
Source§impl Clone for GlQueryTarget
impl Clone for GlQueryTarget
Source§fn clone(&self) -> GlQueryTarget
fn clone(&self) -> GlQueryTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GlQueryTarget
impl Debug for GlQueryTarget
Source§impl PartialEq for GlQueryTarget
impl PartialEq for GlQueryTarget
Source§fn eq(&self, other: &GlQueryTarget) -> bool
fn eq(&self, other: &GlQueryTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlQueryTarget
impl Eq for GlQueryTarget
impl StructuralPartialEq for GlQueryTarget
Auto Trait Implementations§
impl Freeze for GlQueryTarget
impl RefUnwindSafe for GlQueryTarget
impl Send for GlQueryTarget
impl Sync for GlQueryTarget
impl Unpin for GlQueryTarget
impl UnsafeUnpin for GlQueryTarget
impl UnwindSafe for GlQueryTarget
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