#[repr(C)]pub struct PhysicalDeviceRayTracingMaintenance1FeaturesKHR {
pub sType: StructureType,
pub pNext: *mut c_void,
pub rayTracingMaintenance1: Bool32,
pub rayTracingPipelineTraceRaysIndirect2: Bool32,
}Fields§
§sType: StructureType§pNext: *mut c_void§rayTracingMaintenance1: Bool32§rayTracingPipelineTraceRaysIndirect2: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
impl Clone for PhysicalDeviceRayTracingMaintenance1FeaturesKHR
Source§fn clone(&self) -> PhysicalDeviceRayTracingMaintenance1FeaturesKHR
fn clone(&self) -> PhysicalDeviceRayTracingMaintenance1FeaturesKHR
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 moreimpl Copy 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