#[repr(u32)]pub enum RayTracingLssPrimitiveEndCapsModeNV {
None = 0,
Chained = 1,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for RayTracingLssPrimitiveEndCapsModeNV
impl Clone for RayTracingLssPrimitiveEndCapsModeNV
Source§fn clone(&self) -> RayTracingLssPrimitiveEndCapsModeNV
fn clone(&self) -> RayTracingLssPrimitiveEndCapsModeNV
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RayTracingLssPrimitiveEndCapsModeNV
impl Eq for RayTracingLssPrimitiveEndCapsModeNV
Source§impl PartialEq for RayTracingLssPrimitiveEndCapsModeNV
impl PartialEq for RayTracingLssPrimitiveEndCapsModeNV
Source§fn eq(&self, other: &RayTracingLssPrimitiveEndCapsModeNV) -> bool
fn eq(&self, other: &RayTracingLssPrimitiveEndCapsModeNV) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RayTracingLssPrimitiveEndCapsModeNV
Auto Trait Implementations§
impl Freeze for RayTracingLssPrimitiveEndCapsModeNV
impl RefUnwindSafe for RayTracingLssPrimitiveEndCapsModeNV
impl Send for RayTracingLssPrimitiveEndCapsModeNV
impl Sync for RayTracingLssPrimitiveEndCapsModeNV
impl Unpin for RayTracingLssPrimitiveEndCapsModeNV
impl UnsafeUnpin for RayTracingLssPrimitiveEndCapsModeNV
impl UnwindSafe for RayTracingLssPrimitiveEndCapsModeNV
Blanket Implementations§
impl<T> Alias<T> for T
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