#[repr(C)]pub struct PhysicalDeviceRayTracingInvocationReorderFeaturesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub ray_tracing_invocation_reorder: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§ray_tracing_invocation_reorder: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceRayTracingInvocationReorderFeaturesEXT
impl Clone for PhysicalDeviceRayTracingInvocationReorderFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceRayTracingInvocationReorderFeaturesEXT
fn clone(&self) -> PhysicalDeviceRayTracingInvocationReorderFeaturesEXT
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 PhysicalDeviceRayTracingInvocationReorderFeaturesEXT
impl Eq for PhysicalDeviceRayTracingInvocationReorderFeaturesEXT
impl Send for PhysicalDeviceRayTracingInvocationReorderFeaturesEXT
impl StructuralPartialEq for PhysicalDeviceRayTracingInvocationReorderFeaturesEXT
impl Sync for PhysicalDeviceRayTracingInvocationReorderFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceRayTracingInvocationReorderFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceRayTracingInvocationReorderFeaturesEXT
impl Unpin for PhysicalDeviceRayTracingInvocationReorderFeaturesEXT
impl UnsafeUnpin for PhysicalDeviceRayTracingInvocationReorderFeaturesEXT
impl UnwindSafe for PhysicalDeviceRayTracingInvocationReorderFeaturesEXT
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