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