pub struct AccelerationStructureCreateFlagsKHR(/* private fields */);Expand description
Implementations§
Source§impl AccelerationStructureCreateFlagsKHR
 
impl AccelerationStructureCreateFlagsKHR
Source§impl AccelerationStructureCreateFlagsKHR
 
impl AccelerationStructureCreateFlagsKHR
pub const DEVICE_ADDRESS_CAPTURE_REPLAY: Self
Source§impl AccelerationStructureCreateFlagsKHR
Generated from ‘VK_NV_ray_tracing_motion_blur’
 
impl AccelerationStructureCreateFlagsKHR
Generated from ‘VK_NV_ray_tracing_motion_blur’
Trait Implementations§
Source§impl BitAndAssign for AccelerationStructureCreateFlagsKHR
 
impl BitAndAssign for AccelerationStructureCreateFlagsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moreSource§impl BitOrAssign for AccelerationStructureCreateFlagsKHR
 
impl BitOrAssign for AccelerationStructureCreateFlagsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moreSource§impl BitXorAssign for AccelerationStructureCreateFlagsKHR
 
impl BitXorAssign 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 duplicate 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 for AccelerationStructureCreateFlagsKHR
 
impl PartialEq for AccelerationStructureCreateFlagsKHR
Source§fn eq(&self, other: &AccelerationStructureCreateFlagsKHR) -> bool
 
fn eq(&self, other: &AccelerationStructureCreateFlagsKHR) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AccelerationStructureCreateFlagsKHR
 
impl PartialOrd for AccelerationStructureCreateFlagsKHR
impl Copy for AccelerationStructureCreateFlagsKHR
impl Eq for AccelerationStructureCreateFlagsKHR
impl StructuralPartialEq for AccelerationStructureCreateFlagsKHR
Auto Trait Implementations§
impl Freeze for AccelerationStructureCreateFlagsKHR
impl RefUnwindSafe for AccelerationStructureCreateFlagsKHR
impl Send for AccelerationStructureCreateFlagsKHR
impl Sync for AccelerationStructureCreateFlagsKHR
impl Unpin for AccelerationStructureCreateFlagsKHR
impl UnwindSafe for AccelerationStructureCreateFlagsKHR
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