#[repr(C)]pub struct PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub spheres: Bool32,
pub linear_swept_spheres: Bool32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§spheres: Bool32§linear_swept_spheres: Bool32§_marker: PhantomData<&'a ()>Implementations§
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'a>
impl<'a> Clone for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'a>
Source§fn clone(&self) -> PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'a>
fn clone(&self) -> PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'a>
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 moreSource§impl<'a> Debug for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'a>
impl<'a> Debug for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'a>
Source§impl<'a> TaggedStructure for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'a>
impl<'a> TaggedStructure for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_RAY_TRACING_LINEAR_SWEPT_SPHERES_FEATURES_NV
impl<'a> Copy for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'_>
impl Send for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'_>
impl Sync for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'a>
impl<'a> Unpin for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'a>
impl<'a> UnwindSafe for PhysicalDeviceRayTracingLinearSweptSpheresFeaturesNV<'a>
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