Type Alias ash::vk::GeometryFlagsNV
source · pub type GeometryFlagsNV = GeometryFlagsKHR;
Aliased Type§
struct GeometryFlagsNV(/* private fields */);
Implementations
source§impl GeometryFlagsKHR
impl GeometryFlagsKHR
source§impl GeometryFlagsKHR
impl GeometryFlagsKHR
pub const OPAQUE: Self = _
pub const NO_DUPLICATE_ANY_HIT_INVOCATION: Self = _
source§impl GeometryFlagsKHR
impl GeometryFlagsKHR
Generated from ‘VK_NV_ray_tracing’
pub const OPAQUE_NV: Self = Self::OPAQUE
pub const NO_DUPLICATE_ANY_HIT_INVOCATION_NV: Self = Self::NO_DUPLICATE_ANY_HIT_INVOCATION
Trait Implementations
source§impl Hash for GeometryFlagsKHR
impl Hash for GeometryFlagsKHR
impl Eq for GeometryFlagsKHR
impl StructuralEq for GeometryFlagsKHR
source§impl Not for GeometryFlagsKHR
impl Not for GeometryFlagsKHR
impl StructuralPartialEq for GeometryFlagsKHR
source§impl BitXorAssign for GeometryFlagsKHR
impl BitXorAssign for GeometryFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl PartialEq for GeometryFlagsKHR
impl PartialEq for GeometryFlagsKHR
source§fn eq(&self, other: &GeometryFlagsKHR) -> bool
fn eq(&self, other: &GeometryFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GeometryFlagsKHR
impl PartialOrd for GeometryFlagsKHR
source§fn partial_cmp(&self, other: &GeometryFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &GeometryFlagsKHR) -> 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 moresource§impl Default for GeometryFlagsKHR
impl Default for GeometryFlagsKHR
source§impl BitOr for GeometryFlagsKHR
impl BitOr for GeometryFlagsKHR
source§impl Debug for GeometryFlagsKHR
impl Debug for GeometryFlagsKHR
impl Copy for GeometryFlagsKHR
source§impl Clone for GeometryFlagsKHR
impl Clone for GeometryFlagsKHR
source§fn clone(&self) -> GeometryFlagsKHR
fn clone(&self) -> GeometryFlagsKHR
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 BitAnd for GeometryFlagsKHR
impl BitAnd for GeometryFlagsKHR
source§impl Ord for GeometryFlagsKHR
impl Ord for GeometryFlagsKHR
source§fn cmp(&self, other: &GeometryFlagsKHR) -> Ordering
fn cmp(&self, other: &GeometryFlagsKHR) -> 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 BitAndAssign for GeometryFlagsKHR
impl BitAndAssign for GeometryFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for GeometryFlagsKHR
impl BitOrAssign for GeometryFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read more