pub type GeometryFlagsNV = GeometryFlagsKHR;
Aliased Type§
struct GeometryFlagsNV(pub(crate) u32);
Fields§
§0: u32
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
Generated from ‘VK_NV_ray_tracing’
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 BitAnd for GeometryFlagsKHR
impl BitAnd for GeometryFlagsKHR
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 BitOr for GeometryFlagsKHR
impl BitOr for GeometryFlagsKHR
Source§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 moreSource§impl BitXor for GeometryFlagsKHR
impl BitXor 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 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 Debug for GeometryFlagsKHR
impl Debug for GeometryFlagsKHR
Source§impl Default for GeometryFlagsKHR
impl Default for GeometryFlagsKHR
Source§impl Hash for GeometryFlagsKHR
impl Hash for GeometryFlagsKHR
Source§impl Not for GeometryFlagsKHR
impl Not 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