#[repr(transparent)]pub struct VkRayTracingInvocationReorderModeEXT(pub i32);Expand description
VkRayTracingInvocationReorderModeEXT
Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for VkRayTracingInvocationReorderModeEXT
impl Clone for VkRayTracingInvocationReorderModeEXT
Source§fn clone(&self) -> VkRayTracingInvocationReorderModeEXT
fn clone(&self) -> VkRayTracingInvocationReorderModeEXT
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 VkRayTracingInvocationReorderModeEXT
impl Default for VkRayTracingInvocationReorderModeEXT
Source§fn default() -> VkRayTracingInvocationReorderModeEXT
fn default() -> VkRayTracingInvocationReorderModeEXT
Returns the “default value” for a type. Read more
Source§impl From<VkRayTracingInvocationReorderModeEXT> for i32
impl From<VkRayTracingInvocationReorderModeEXT> for i32
Source§fn from(value: VkRayTracingInvocationReorderModeEXT) -> Self
fn from(value: VkRayTracingInvocationReorderModeEXT) -> Self
Converts to this type from the input type.
Source§impl Ord for VkRayTracingInvocationReorderModeEXT
impl Ord for VkRayTracingInvocationReorderModeEXT
Source§fn cmp(&self, other: &VkRayTracingInvocationReorderModeEXT) -> Ordering
fn cmp(&self, other: &VkRayTracingInvocationReorderModeEXT) -> 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 VkRayTracingInvocationReorderModeEXT
impl PartialEq for VkRayTracingInvocationReorderModeEXT
Source§fn eq(&self, other: &VkRayTracingInvocationReorderModeEXT) -> bool
fn eq(&self, other: &VkRayTracingInvocationReorderModeEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VkRayTracingInvocationReorderModeEXT
impl PartialOrd for VkRayTracingInvocationReorderModeEXT
impl Copy for VkRayTracingInvocationReorderModeEXT
impl Eq for VkRayTracingInvocationReorderModeEXT
impl StructuralPartialEq for VkRayTracingInvocationReorderModeEXT
Auto Trait Implementations§
impl Freeze for VkRayTracingInvocationReorderModeEXT
impl RefUnwindSafe for VkRayTracingInvocationReorderModeEXT
impl Send for VkRayTracingInvocationReorderModeEXT
impl Sync for VkRayTracingInvocationReorderModeEXT
impl Unpin for VkRayTracingInvocationReorderModeEXT
impl UnsafeUnpin for VkRayTracingInvocationReorderModeEXT
impl UnwindSafe for VkRayTracingInvocationReorderModeEXT
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