pub struct PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder { /* private fields */ }Expand description
A builder for a PhysicalDeviceClusterAccelerationStructureFeaturesNV.
Implementations§
Source§impl PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
impl PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
pub fn cluster_acceleration_structure( self, cluster_acceleration_structure: bool, ) -> Self
pub fn build(self) -> PhysicalDeviceClusterAccelerationStructureFeaturesNV
Trait Implementations§
Source§impl Cast for PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
impl Cast for PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
Source§type Target = PhysicalDeviceClusterAccelerationStructureFeaturesNV
type Target = PhysicalDeviceClusterAccelerationStructureFeaturesNV
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
impl Clone for PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
Source§fn clone(&self) -> PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
fn clone(&self) -> PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
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 Default for PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
impl Default for PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
Source§fn default() -> PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
fn default() -> PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
Auto Trait Implementations§
impl Freeze for PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
impl RefUnwindSafe for PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
impl Send for PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
impl Sync for PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
impl Unpin for PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
impl UnwindSafe for PhysicalDeviceClusterAccelerationStructureFeaturesNVBuilder
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