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