#[repr(u32)]pub enum RayQueryIntersection {
    RayQueryCandidateIntersectionKHR = 0,
    RayQueryCommittedIntersectionKHR = 1,
}Expand description
SPIR-V operand kind: RayQueryIntersection
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RayQueryIntersection
 
impl Clone for RayQueryIntersection
Source§fn clone(&self) -> RayQueryIntersection
 
fn clone(&self) -> RayQueryIntersection
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 RayQueryIntersection
 
impl Debug for RayQueryIntersection
Source§impl FromStr for RayQueryIntersection
 
impl FromStr for RayQueryIntersection
Source§impl Hash for RayQueryIntersection
 
impl Hash for RayQueryIntersection
Source§impl Ord for RayQueryIntersection
 
impl Ord for RayQueryIntersection
Source§fn cmp(&self, other: &RayQueryIntersection) -> Ordering
 
fn cmp(&self, other: &RayQueryIntersection) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RayQueryIntersection
 
impl PartialEq for RayQueryIntersection
Source§impl PartialOrd for RayQueryIntersection
 
impl PartialOrd for RayQueryIntersection
impl Copy for RayQueryIntersection
impl Eq for RayQueryIntersection
impl StructuralPartialEq for RayQueryIntersection
Auto Trait Implementations§
impl Freeze for RayQueryIntersection
impl RefUnwindSafe for RayQueryIntersection
impl Send for RayQueryIntersection
impl Sync for RayQueryIntersection
impl Unpin for RayQueryIntersection
impl UnwindSafe for RayQueryIntersection
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