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