#[repr(i32)]pub enum SpvRayQueryCommittedIntersectionType {
RayQueryCommittedIntersectionNoneKHR = 0,
RayQueryCommittedIntersectionTriangleKHR = 1,
RayQueryCommittedIntersectionGeneratedKHR = 2,
}Variants§
RayQueryCommittedIntersectionNoneKHR = 0
RayQueryCommittedIntersectionTriangleKHR = 1
RayQueryCommittedIntersectionGeneratedKHR = 2
Trait Implementations§
source§impl Clone for SpvRayQueryCommittedIntersectionType
impl Clone for SpvRayQueryCommittedIntersectionType
source§fn clone(&self) -> SpvRayQueryCommittedIntersectionType
fn clone(&self) -> SpvRayQueryCommittedIntersectionType
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 SpvRayQueryCommittedIntersectionType
impl PartialEq for SpvRayQueryCommittedIntersectionType
source§fn eq(&self, other: &SpvRayQueryCommittedIntersectionType) -> bool
fn eq(&self, other: &SpvRayQueryCommittedIntersectionType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SpvRayQueryCommittedIntersectionType
impl Eq for SpvRayQueryCommittedIntersectionType
impl StructuralPartialEq for SpvRayQueryCommittedIntersectionType
Auto Trait Implementations§
impl Freeze for SpvRayQueryCommittedIntersectionType
impl RefUnwindSafe for SpvRayQueryCommittedIntersectionType
impl Send for SpvRayQueryCommittedIntersectionType
impl Sync for SpvRayQueryCommittedIntersectionType
impl Unpin for SpvRayQueryCommittedIntersectionType
impl UnwindSafe for SpvRayQueryCommittedIntersectionType
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)