#[repr(C)]pub struct VkPhysicalDeviceMaintenance5Properties {
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: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceMaintenance5Properties
impl Clone for VkPhysicalDeviceMaintenance5Properties
Source§fn clone(&self) -> VkPhysicalDeviceMaintenance5Properties
fn clone(&self) -> VkPhysicalDeviceMaintenance5Properties
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 VkPhysicalDeviceMaintenance5Properties
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceMaintenance5Properties
impl RefUnwindSafe for VkPhysicalDeviceMaintenance5Properties
impl !Send for VkPhysicalDeviceMaintenance5Properties
impl !Sync for VkPhysicalDeviceMaintenance5Properties
impl Unpin for VkPhysicalDeviceMaintenance5Properties
impl UnwindSafe for VkPhysicalDeviceMaintenance5Properties
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