#[repr(C)]pub struct PhysicalDeviceRayTracingMaintenance1FeaturesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub ray_tracing_maintenance1: Bool32,
pub ray_tracing_pipeline_trace_rays_indirect2: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§ray_tracing_maintenance1: Bool32
§ray_tracing_pipeline_trace_rays_indirect2: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
impl Clone for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
source§fn clone(&self) -> PhysicalDeviceRayTracingMaintenance1FeaturesKHR
fn clone(&self) -> PhysicalDeviceRayTracingMaintenance1FeaturesKHR
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 TaggedStructure for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
impl TaggedStructure for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_RAY_TRACING_MAINTENANCE_1_FEATURES_KHR
impl Copy for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
impl ExtendsDeviceCreateInfo for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
impl RefUnwindSafe for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
impl !Send for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
impl !Sync for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
impl Unpin for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
impl UnwindSafe for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
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