Struct ash::vk::CopyAccelerationStructureModeKHR
source · #[repr(transparent)]pub struct CopyAccelerationStructureModeKHR(_);
Expand description
Implementations§
source§impl CopyAccelerationStructureModeKHR
impl CopyAccelerationStructureModeKHR
Generated from ‘VK_NV_ray_tracing’
pub const CLONE_NV: Self = Self::CLONE
pub const COMPACT_NV: Self = Self::COMPACT
Trait Implementations§
source§impl Clone for CopyAccelerationStructureModeKHR
impl Clone for CopyAccelerationStructureModeKHR
source§fn clone(&self) -> CopyAccelerationStructureModeKHR
fn clone(&self) -> CopyAccelerationStructureModeKHR
Returns a copy 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 CopyAccelerationStructureModeKHR
impl Default for CopyAccelerationStructureModeKHR
source§fn default() -> CopyAccelerationStructureModeKHR
fn default() -> CopyAccelerationStructureModeKHR
Returns the “default value” for a type. Read more
source§impl Ord for CopyAccelerationStructureModeKHR
impl Ord for CopyAccelerationStructureModeKHR
source§fn cmp(&self, other: &CopyAccelerationStructureModeKHR) -> Ordering
fn cmp(&self, other: &CopyAccelerationStructureModeKHR) -> 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<CopyAccelerationStructureModeKHR> for CopyAccelerationStructureModeKHR
impl PartialEq<CopyAccelerationStructureModeKHR> for CopyAccelerationStructureModeKHR
source§fn eq(&self, other: &CopyAccelerationStructureModeKHR) -> bool
fn eq(&self, other: &CopyAccelerationStructureModeKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<CopyAccelerationStructureModeKHR> for CopyAccelerationStructureModeKHR
impl PartialOrd<CopyAccelerationStructureModeKHR> for CopyAccelerationStructureModeKHR
source§fn partial_cmp(
&self,
other: &CopyAccelerationStructureModeKHR
) -> Option<Ordering>
fn partial_cmp( &self, other: &CopyAccelerationStructureModeKHR ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more