#[repr(C)]pub struct PhysicalDeviceOpacityMicromapPropertiesEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub maxOpacity2StateSubdivisionLevel: u32,
pub maxOpacity4StateSubdivisionLevel: u32,
}Fields§
§sType: StructureType§pNext: *mut c_void§maxOpacity2StateSubdivisionLevel: u32§maxOpacity4StateSubdivisionLevel: u32Trait Implementations§
Source§impl Clone for PhysicalDeviceOpacityMicromapPropertiesEXT
impl Clone for PhysicalDeviceOpacityMicromapPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceOpacityMicromapPropertiesEXT
fn clone(&self) -> PhysicalDeviceOpacityMicromapPropertiesEXT
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 moreimpl Copy 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