Enum spirv::RayQueryIntersection
source · #[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 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 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§fn eq(&self, other: &RayQueryIntersection) -> bool
fn eq(&self, other: &RayQueryIntersection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for RayQueryIntersection
impl PartialOrd for RayQueryIntersection
source§fn partial_cmp(&self, other: &RayQueryIntersection) -> Option<Ordering>
fn partial_cmp(&self, other: &RayQueryIntersection) -> 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 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