pub struct RayTracingLssPrimitiveEndCapsModeNV(/* private fields */);Expand description
Implementations§
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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for RayTracingLssPrimitiveEndCapsModeNV
impl Default for RayTracingLssPrimitiveEndCapsModeNV
Source§fn default() -> RayTracingLssPrimitiveEndCapsModeNV
fn default() -> RayTracingLssPrimitiveEndCapsModeNV
Returns the “default value” for a type. Read more
Source§impl Ord for RayTracingLssPrimitiveEndCapsModeNV
impl Ord for RayTracingLssPrimitiveEndCapsModeNV
Source§fn cmp(&self, other: &RayTracingLssPrimitiveEndCapsModeNV) -> Ordering
fn cmp(&self, other: &RayTracingLssPrimitiveEndCapsModeNV) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
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 ==.Source§impl PartialOrd for RayTracingLssPrimitiveEndCapsModeNV
impl PartialOrd for RayTracingLssPrimitiveEndCapsModeNV
impl Copy for RayTracingLssPrimitiveEndCapsModeNV
impl Eq for RayTracingLssPrimitiveEndCapsModeNV
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 UnwindSafe for RayTracingLssPrimitiveEndCapsModeNV
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