#[repr(C)]pub struct PhysicalDeviceRayTracingInvocationReorderPropertiesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub ray_tracing_invocation_reorder_reordering_hint: RayTracingInvocationReorderModeEXT,
pub max_shader_binding_table_record_index: u32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§ray_tracing_invocation_reorder_reordering_hint: RayTracingInvocationReorderModeEXT§max_shader_binding_table_record_index: u32Trait Implementations§
Source§impl Clone for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl Clone for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
fn clone(&self) -> PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl Eq for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl Send for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl StructuralPartialEq for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl Sync for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl Unpin for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl UnsafeUnpin for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
impl UnwindSafe for PhysicalDeviceRayTracingInvocationReorderPropertiesEXT
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