#[repr(u32)]pub enum RayQueryCandidateIntersectionType {
RayQueryCandidateIntersectionTriangleKHR = 0,
RayQueryCandidateIntersectionAABBKHR = 1,
}
Expand description
SPIR-V operand kind: RayQueryCandidateIntersectionType
Variants§
Implementations§
Trait Implementations§
source§impl Clone for RayQueryCandidateIntersectionType
impl Clone for RayQueryCandidateIntersectionType
source§fn clone(&self) -> RayQueryCandidateIntersectionType
fn clone(&self) -> RayQueryCandidateIntersectionType
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 Ord for RayQueryCandidateIntersectionType
impl Ord for RayQueryCandidateIntersectionType
source§fn cmp(&self, other: &RayQueryCandidateIntersectionType) -> Ordering
fn cmp(&self, other: &RayQueryCandidateIntersectionType) -> 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 RayQueryCandidateIntersectionType
impl PartialEq for RayQueryCandidateIntersectionType
source§fn eq(&self, other: &RayQueryCandidateIntersectionType) -> bool
fn eq(&self, other: &RayQueryCandidateIntersectionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for RayQueryCandidateIntersectionType
impl PartialOrd for RayQueryCandidateIntersectionType
source§fn partial_cmp(
&self,
other: &RayQueryCandidateIntersectionType
) -> Option<Ordering>
fn partial_cmp( &self, other: &RayQueryCandidateIntersectionType ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for RayQueryCandidateIntersectionType
impl Eq for RayQueryCandidateIntersectionType
impl StructuralPartialEq for RayQueryCandidateIntersectionType
Auto Trait Implementations§
impl Freeze for RayQueryCandidateIntersectionType
impl RefUnwindSafe for RayQueryCandidateIntersectionType
impl Send for RayQueryCandidateIntersectionType
impl Sync for RayQueryCandidateIntersectionType
impl Unpin for RayQueryCandidateIntersectionType
impl UnwindSafe for RayQueryCandidateIntersectionType
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