Struct ash::vk::GeometryFlagsKHR
source · pub struct GeometryFlagsKHR(/* private fields */);
Expand description
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 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
source§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 moreimpl Copy for GeometryFlagsKHR
impl Eq for GeometryFlagsKHR
impl StructuralPartialEq for GeometryFlagsKHR
Auto Trait Implementations§
impl Freeze for GeometryFlagsKHR
impl RefUnwindSafe for GeometryFlagsKHR
impl Send for GeometryFlagsKHR
impl Sync for GeometryFlagsKHR
impl Unpin for GeometryFlagsKHR
impl UnwindSafe for GeometryFlagsKHR
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