pub struct RayTracingInvocationReorderModeEXT(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for RayTracingInvocationReorderModeEXT
impl Clone for RayTracingInvocationReorderModeEXT
Source§fn clone(&self) -> RayTracingInvocationReorderModeEXT
fn clone(&self) -> RayTracingInvocationReorderModeEXT
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 RayTracingInvocationReorderModeEXT
impl Default for RayTracingInvocationReorderModeEXT
Source§fn default() -> RayTracingInvocationReorderModeEXT
fn default() -> RayTracingInvocationReorderModeEXT
Returns the “default value” for a type. Read more
Source§impl Ord for RayTracingInvocationReorderModeEXT
impl Ord for RayTracingInvocationReorderModeEXT
Source§fn cmp(&self, other: &RayTracingInvocationReorderModeEXT) -> Ordering
fn cmp(&self, other: &RayTracingInvocationReorderModeEXT) -> 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 RayTracingInvocationReorderModeEXT
impl PartialEq for RayTracingInvocationReorderModeEXT
Source§fn eq(&self, other: &RayTracingInvocationReorderModeEXT) -> bool
fn eq(&self, other: &RayTracingInvocationReorderModeEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RayTracingInvocationReorderModeEXT
impl PartialOrd for RayTracingInvocationReorderModeEXT
impl Copy for RayTracingInvocationReorderModeEXT
impl Eq for RayTracingInvocationReorderModeEXT
impl StructuralPartialEq for RayTracingInvocationReorderModeEXT
Auto Trait Implementations§
impl Freeze for RayTracingInvocationReorderModeEXT
impl RefUnwindSafe for RayTracingInvocationReorderModeEXT
impl Send for RayTracingInvocationReorderModeEXT
impl Sync for RayTracingInvocationReorderModeEXT
impl Unpin for RayTracingInvocationReorderModeEXT
impl UnwindSafe for RayTracingInvocationReorderModeEXT
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