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