pub enum OcclusionQuery {
Disable,
Enable,
Precise,
}
Expand description
Enabling or disabling the occlusion query
Variants§
Trait Implementations§
Source§impl Clone for OcclusionQuery
impl Clone for OcclusionQuery
Source§fn clone(&self) -> OcclusionQuery
fn clone(&self) -> OcclusionQuery
Returns a duplicate 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 OcclusionQuery
impl Debug for OcclusionQuery
Source§impl PartialEq for OcclusionQuery
impl PartialEq for OcclusionQuery
impl Copy for OcclusionQuery
impl Eq for OcclusionQuery
impl StructuralPartialEq for OcclusionQuery
Auto Trait Implementations§
impl Freeze for OcclusionQuery
impl RefUnwindSafe for OcclusionQuery
impl Send for OcclusionQuery
impl Sync for OcclusionQuery
impl Unpin for OcclusionQuery
impl UnwindSafe for OcclusionQuery
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