#[repr(C)]pub struct VkPhysicalDeviceMaintenance5PropertiesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub earlyFragmentMultisampleCoverageAfterSampleCounting: VkBool32,
pub earlyFragmentSampleMaskTestBeforeSampleCounting: VkBool32,
pub depthStencilSwizzleOneSupport: VkBool32,
pub polygonModePointSize: VkBool32,
pub nonStrictSinglePixelWideLinesUseParallelogram: VkBool32,
pub nonStrictWideLinesUseParallelogram: VkBool32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§earlyFragmentMultisampleCoverageAfterSampleCounting: VkBool32§earlyFragmentSampleMaskTestBeforeSampleCounting: VkBool32§depthStencilSwizzleOneSupport: VkBool32§polygonModePointSize: VkBool32§nonStrictSinglePixelWideLinesUseParallelogram: VkBool32§nonStrictWideLinesUseParallelogram: VkBool32Trait Implementations§
Source§impl Clone for VkPhysicalDeviceMaintenance5PropertiesKHR
impl Clone for VkPhysicalDeviceMaintenance5PropertiesKHR
Source§fn clone(&self) -> VkPhysicalDeviceMaintenance5PropertiesKHR
fn clone(&self) -> VkPhysicalDeviceMaintenance5PropertiesKHR
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 VkPhysicalDeviceMaintenance5PropertiesKHR
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceMaintenance5PropertiesKHR
impl RefUnwindSafe for VkPhysicalDeviceMaintenance5PropertiesKHR
impl !Send for VkPhysicalDeviceMaintenance5PropertiesKHR
impl !Sync for VkPhysicalDeviceMaintenance5PropertiesKHR
impl Unpin for VkPhysicalDeviceMaintenance5PropertiesKHR
impl UnwindSafe for VkPhysicalDeviceMaintenance5PropertiesKHR
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