[−][src]Enum spirv_headers::RayQueryCommittedIntersectionType
pub enum RayQueryCommittedIntersectionType { RayQueryCommittedIntersectionNoneKHR, RayQueryCommittedIntersectionTriangleKHR, RayQueryCommittedIntersectionGeneratedKHR, }
/// SPIR-V operand kind: RayQueryCommittedIntersectionType
Variants
Implementations
impl RayQueryCommittedIntersectionType
[src][−]
pub fn required_capabilities(self) -> &'static [Capability]
[src]
Trait Implementations
impl Clone for RayQueryCommittedIntersectionType
[src][+]
impl Copy for RayQueryCommittedIntersectionType
[src]
impl Debug for RayQueryCommittedIntersectionType
[src][+]
impl Eq for RayQueryCommittedIntersectionType
[src]
impl FromPrimitive for RayQueryCommittedIntersectionType
[src][+]
impl Hash for RayQueryCommittedIntersectionType
[src][+]
impl Ord for RayQueryCommittedIntersectionType
[src][+]
impl PartialEq<RayQueryCommittedIntersectionType> for RayQueryCommittedIntersectionType
[src][+]
impl PartialOrd<RayQueryCommittedIntersectionType> for RayQueryCommittedIntersectionType
[src][+]
impl StructuralEq for RayQueryCommittedIntersectionType
[src]
impl StructuralPartialEq for RayQueryCommittedIntersectionType
[src]
Auto Trait Implementations
impl RefUnwindSafe for RayQueryCommittedIntersectionType
impl Send for RayQueryCommittedIntersectionType
impl Sync for RayQueryCommittedIntersectionType
impl Unpin for RayQueryCommittedIntersectionType
impl UnwindSafe for RayQueryCommittedIntersectionType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,