pub enum RayQueryCandidateIntersectionType {
RayQueryCandidateIntersectionTriangleKHR,
RayQueryCandidateIntersectionAABBKHR,
}Variants§
Trait Implementations§
Source§impl Clone for RayQueryCandidateIntersectionType
impl Clone for RayQueryCandidateIntersectionType
Source§fn clone(&self) -> RayQueryCandidateIntersectionType
fn clone(&self) -> RayQueryCandidateIntersectionType
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 PartialEq for RayQueryCandidateIntersectionType
impl PartialEq for RayQueryCandidateIntersectionType
Source§fn eq(&self, other: &RayQueryCandidateIntersectionType) -> bool
fn eq(&self, other: &RayQueryCandidateIntersectionType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl 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