#[repr(C)]pub struct VkPhysicalDeviceMaintenance6Properties {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub blockTexelViewCompatibleMultipleLayers: VkBool32,
pub maxCombinedImageSamplerDescriptorCount: u32,
pub fragmentShadingRateClampCombinerInputs: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§blockTexelViewCompatibleMultipleLayers: VkBool32
§maxCombinedImageSamplerDescriptorCount: u32
§fragmentShadingRateClampCombinerInputs: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceMaintenance6Properties
impl Clone for VkPhysicalDeviceMaintenance6Properties
Source§fn clone(&self) -> VkPhysicalDeviceMaintenance6Properties
fn clone(&self) -> VkPhysicalDeviceMaintenance6Properties
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 VkPhysicalDeviceMaintenance6Properties
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceMaintenance6Properties
impl RefUnwindSafe for VkPhysicalDeviceMaintenance6Properties
impl !Send for VkPhysicalDeviceMaintenance6Properties
impl !Sync for VkPhysicalDeviceMaintenance6Properties
impl Unpin for VkPhysicalDeviceMaintenance6Properties
impl UnwindSafe for VkPhysicalDeviceMaintenance6Properties
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