pub struct RayQueryCommittedIntersectionType(/* private fields */);Implementations§
Source§impl RayQueryCommittedIntersectionType
impl RayQueryCommittedIntersectionType
pub const RAY_QUERY_COMMITTED_INTERSECTION_NONE_KHR: Self
pub const RAY_QUERY_COMMITTED_INTERSECTION_TRIANGLE_KHR: Self
pub const RAY_QUERY_COMMITTED_INTERSECTION_GENERATED_KHR: Self
Trait Implementations§
Source§impl Clone for RayQueryCommittedIntersectionType
impl Clone for RayQueryCommittedIntersectionType
Source§fn clone(&self) -> RayQueryCommittedIntersectionType
fn clone(&self) -> RayQueryCommittedIntersectionType
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 RayQueryCommittedIntersectionType
impl PartialEq for RayQueryCommittedIntersectionType
Source§fn eq(&self, other: &RayQueryCommittedIntersectionType) -> bool
fn eq(&self, other: &RayQueryCommittedIntersectionType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RayQueryCommittedIntersectionType
impl Eq for RayQueryCommittedIntersectionType
impl StructuralPartialEq for RayQueryCommittedIntersectionType
Auto Trait Implementations§
impl Freeze for RayQueryCommittedIntersectionType
impl RefUnwindSafe for RayQueryCommittedIntersectionType
impl Send for RayQueryCommittedIntersectionType
impl Sync for RayQueryCommittedIntersectionType
impl Unpin for RayQueryCommittedIntersectionType
impl UnsafeUnpin for RayQueryCommittedIntersectionType
impl UnwindSafe for RayQueryCommittedIntersectionType
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§impl<'a, T> WordExt<'a> for Twhere
T: Word,
impl<'a, T> WordExt<'a> for Twhere
T: Word,
Source§fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
Parses one word.
Source§fn parse_optional(
stream: &mut InstructionStream<'a>,
) -> ParseResult<Option<Self>>
fn parse_optional( stream: &mut InstructionStream<'a>, ) -> ParseResult<Option<Self>>
Tries to optionally parse one word.
Source§fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
Parses words until the end of the stream.