Struct ash::vk::AccelerationStructureCreateFlagsKHR
source · #[repr(transparent)]pub struct AccelerationStructureCreateFlagsKHR(_);
Expand description
Implementations§
source§impl AccelerationStructureCreateFlagsKHR
impl AccelerationStructureCreateFlagsKHR
source§impl AccelerationStructureCreateFlagsKHR
impl AccelerationStructureCreateFlagsKHR
pub const DEVICE_ADDRESS_CAPTURE_REPLAY: Self = _
source§impl AccelerationStructureCreateFlagsKHR
impl AccelerationStructureCreateFlagsKHR
Generated from ‘VK_NV_ray_tracing_motion_blur’
Trait Implementations§
source§impl BitAndAssign<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
impl BitAndAssign<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
impl BitOrAssign<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
impl BitXorAssign<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for AccelerationStructureCreateFlagsKHR
impl Clone for AccelerationStructureCreateFlagsKHR
source§fn clone(&self) -> AccelerationStructureCreateFlagsKHR
fn clone(&self) -> AccelerationStructureCreateFlagsKHR
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 Ord for AccelerationStructureCreateFlagsKHR
impl Ord for AccelerationStructureCreateFlagsKHR
source§fn cmp(&self, other: &AccelerationStructureCreateFlagsKHR) -> Ordering
fn cmp(&self, other: &AccelerationStructureCreateFlagsKHR) -> 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<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
impl PartialEq<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
source§fn eq(&self, other: &AccelerationStructureCreateFlagsKHR) -> bool
fn eq(&self, other: &AccelerationStructureCreateFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
impl PartialOrd<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
source§fn partial_cmp(
&self,
other: &AccelerationStructureCreateFlagsKHR
) -> Option<Ordering>
fn partial_cmp( &self, other: &AccelerationStructureCreateFlagsKHR ) -> 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