#[repr(i32)]pub enum SpvRayQueryIntersection {
RayQueryCandidateIntersectionKHR = 0,
RayQueryCommittedIntersectionKHR = 1,
}Variants§
Trait Implementations§
source§impl Clone for SpvRayQueryIntersection
impl Clone for SpvRayQueryIntersection
source§fn clone(&self) -> SpvRayQueryIntersection
fn clone(&self) -> SpvRayQueryIntersection
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 SpvRayQueryIntersection
impl Debug for SpvRayQueryIntersection
source§impl Hash for SpvRayQueryIntersection
impl Hash for SpvRayQueryIntersection
source§impl PartialEq for SpvRayQueryIntersection
impl PartialEq for SpvRayQueryIntersection
impl Copy for SpvRayQueryIntersection
impl Eq for SpvRayQueryIntersection
impl StructuralPartialEq for SpvRayQueryIntersection
Auto Trait Implementations§
impl Freeze for SpvRayQueryIntersection
impl RefUnwindSafe for SpvRayQueryIntersection
impl Send for SpvRayQueryIntersection
impl Sync for SpvRayQueryIntersection
impl Unpin for SpvRayQueryIntersection
impl UnwindSafe for SpvRayQueryIntersection
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)