#[repr(i32)]pub enum SpvRayQueryCandidateIntersectionType {
RayQueryCandidateIntersectionTriangleKHR = 0,
RayQueryCandidateIntersectionAABBKHR = 1,
}Variants§
Trait Implementations§
source§impl Clone for SpvRayQueryCandidateIntersectionType
impl Clone for SpvRayQueryCandidateIntersectionType
source§fn clone(&self) -> SpvRayQueryCandidateIntersectionType
fn clone(&self) -> SpvRayQueryCandidateIntersectionType
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 PartialEq for SpvRayQueryCandidateIntersectionType
impl PartialEq for SpvRayQueryCandidateIntersectionType
source§fn eq(&self, other: &SpvRayQueryCandidateIntersectionType) -> bool
fn eq(&self, other: &SpvRayQueryCandidateIntersectionType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SpvRayQueryCandidateIntersectionType
impl Eq for SpvRayQueryCandidateIntersectionType
impl StructuralPartialEq for SpvRayQueryCandidateIntersectionType
Auto Trait Implementations§
impl Freeze for SpvRayQueryCandidateIntersectionType
impl RefUnwindSafe for SpvRayQueryCandidateIntersectionType
impl Send for SpvRayQueryCandidateIntersectionType
impl Sync for SpvRayQueryCandidateIntersectionType
impl Unpin for SpvRayQueryCandidateIntersectionType
impl UnwindSafe for SpvRayQueryCandidateIntersectionType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)