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