Struct screen_13::prelude::vk::AccelerationStructureCreateFlagsKHR
source · pub struct AccelerationStructureCreateFlagsKHR(_);Expand description
Implementations
sourceimpl AccelerationStructureCreateFlagsKHR
impl AccelerationStructureCreateFlagsKHR
pub const fn empty() -> AccelerationStructureCreateFlagsKHR
pub const fn from_raw(x: u32) -> AccelerationStructureCreateFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: AccelerationStructureCreateFlagsKHR) -> bool
sourcepub const fn contains(self, other: AccelerationStructureCreateFlagsKHR) -> bool
pub const fn contains(self, other: AccelerationStructureCreateFlagsKHR) -> bool
Returns whether other is a subset of self
sourceimpl AccelerationStructureCreateFlagsKHR
impl AccelerationStructureCreateFlagsKHR
pub const DEVICE_ADDRESS_CAPTURE_REPLAY: AccelerationStructureCreateFlagsKHR = Self(1)
sourceimpl AccelerationStructureCreateFlagsKHR
impl AccelerationStructureCreateFlagsKHR
Generated from ‘VK_NV_ray_tracing_motion_blur’
pub const MOTION_NV: AccelerationStructureCreateFlagsKHR = Self(4)
Trait Implementations
sourceimpl BitAnd<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
impl BitAnd<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
type Output = AccelerationStructureCreateFlagsKHR
type Output = AccelerationStructureCreateFlagsKHR
The resulting type after applying the
& operator.sourcefn bitand(
self,
rhs: AccelerationStructureCreateFlagsKHR
) -> AccelerationStructureCreateFlagsKHR
fn bitand(
self,
rhs: AccelerationStructureCreateFlagsKHR
) -> AccelerationStructureCreateFlagsKHR
Performs the
& operation. Read moresourceimpl BitAndAssign<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
impl BitAndAssign<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
sourcefn bitand_assign(&mut self, rhs: AccelerationStructureCreateFlagsKHR)
fn bitand_assign(&mut self, rhs: AccelerationStructureCreateFlagsKHR)
Performs the
&= operation. Read moresourceimpl BitOr<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
impl BitOr<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
type Output = AccelerationStructureCreateFlagsKHR
type Output = AccelerationStructureCreateFlagsKHR
The resulting type after applying the
| operator.sourcefn bitor(
self,
rhs: AccelerationStructureCreateFlagsKHR
) -> AccelerationStructureCreateFlagsKHR
fn bitor(
self,
rhs: AccelerationStructureCreateFlagsKHR
) -> AccelerationStructureCreateFlagsKHR
Performs the
| operation. Read moresourceimpl BitOrAssign<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
impl BitOrAssign<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
sourcefn bitor_assign(&mut self, rhs: AccelerationStructureCreateFlagsKHR)
fn bitor_assign(&mut self, rhs: AccelerationStructureCreateFlagsKHR)
Performs the
|= operation. Read moresourceimpl BitXor<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
impl BitXor<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
type Output = AccelerationStructureCreateFlagsKHR
type Output = AccelerationStructureCreateFlagsKHR
The resulting type after applying the
^ operator.sourcefn bitxor(
self,
rhs: AccelerationStructureCreateFlagsKHR
) -> AccelerationStructureCreateFlagsKHR
fn bitxor(
self,
rhs: AccelerationStructureCreateFlagsKHR
) -> AccelerationStructureCreateFlagsKHR
Performs the
^ operation. Read moresourceimpl BitXorAssign<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
impl BitXorAssign<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
sourcefn bitxor_assign(&mut self, rhs: AccelerationStructureCreateFlagsKHR)
fn bitxor_assign(&mut self, rhs: AccelerationStructureCreateFlagsKHR)
Performs the
^= operation. Read moresourceimpl Clone for AccelerationStructureCreateFlagsKHR
impl Clone for AccelerationStructureCreateFlagsKHR
sourcefn clone(&self) -> AccelerationStructureCreateFlagsKHR
fn clone(&self) -> AccelerationStructureCreateFlagsKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for AccelerationStructureCreateFlagsKHR
impl Default for AccelerationStructureCreateFlagsKHR
sourcefn default() -> AccelerationStructureCreateFlagsKHR
fn default() -> AccelerationStructureCreateFlagsKHR
Returns the “default value” for a type. Read more
sourceimpl Not for AccelerationStructureCreateFlagsKHR
impl Not for AccelerationStructureCreateFlagsKHR
type Output = AccelerationStructureCreateFlagsKHR
type Output = AccelerationStructureCreateFlagsKHR
The resulting type after applying the
! operator.sourcefn not(self) -> AccelerationStructureCreateFlagsKHR
fn not(self) -> AccelerationStructureCreateFlagsKHR
Performs the unary
! operation. Read moresourceimpl Ord for AccelerationStructureCreateFlagsKHR
impl Ord for AccelerationStructureCreateFlagsKHR
sourcefn cmp(&self, other: &AccelerationStructureCreateFlagsKHR) -> Ordering
fn cmp(&self, other: &AccelerationStructureCreateFlagsKHR) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
impl PartialEq<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
sourcefn eq(&self, other: &AccelerationStructureCreateFlagsKHR) -> bool
fn eq(&self, other: &AccelerationStructureCreateFlagsKHR) -> bool
sourceimpl PartialOrd<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
impl PartialOrd<AccelerationStructureCreateFlagsKHR> for AccelerationStructureCreateFlagsKHR
sourcefn partial_cmp(
&self,
other: &AccelerationStructureCreateFlagsKHR
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &AccelerationStructureCreateFlagsKHR
) -> Option<Ordering>
1.0.0 · sourcefn 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 AccelerationStructureCreateFlagsKHR
impl Eq for AccelerationStructureCreateFlagsKHR
impl StructuralEq for AccelerationStructureCreateFlagsKHR
impl StructuralPartialEq for AccelerationStructureCreateFlagsKHR
Auto Trait Implementations
impl RefUnwindSafe for AccelerationStructureCreateFlagsKHR
impl Send for AccelerationStructureCreateFlagsKHR
impl Sync for AccelerationStructureCreateFlagsKHR
impl Unpin for AccelerationStructureCreateFlagsKHR
impl UnwindSafe for AccelerationStructureCreateFlagsKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more