#[repr(C)]pub struct VkPhysicalDevicePortabilitySubsetFeaturesKHR {Show 17 fields
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub constantAlphaColorBlendFactors: VkBool32,
pub events: VkBool32,
pub imageViewFormatReinterpretation: VkBool32,
pub imageViewFormatSwizzle: VkBool32,
pub imageView2DOn3DImage: VkBool32,
pub multisampleArrayImage: VkBool32,
pub mutableComparisonSamplers: VkBool32,
pub pointPolygons: VkBool32,
pub samplerMipLodBias: VkBool32,
pub separateStencilMaskRef: VkBool32,
pub shaderSampleRateInterpolationFunctions: VkBool32,
pub tessellationIsolines: VkBool32,
pub tessellationPointMode: VkBool32,
pub triangleFans: VkBool32,
pub vertexAttributeAccessBeyondStride: VkBool32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§constantAlphaColorBlendFactors: VkBool32§events: VkBool32§imageViewFormatReinterpretation: VkBool32§imageViewFormatSwizzle: VkBool32§imageView2DOn3DImage: VkBool32§multisampleArrayImage: VkBool32§mutableComparisonSamplers: VkBool32§pointPolygons: VkBool32§samplerMipLodBias: VkBool32§separateStencilMaskRef: VkBool32§shaderSampleRateInterpolationFunctions: VkBool32§tessellationIsolines: VkBool32§tessellationPointMode: VkBool32§triangleFans: VkBool32§vertexAttributeAccessBeyondStride: VkBool32Trait Implementations§
Source§impl Clone for VkPhysicalDevicePortabilitySubsetFeaturesKHR
impl Clone for VkPhysicalDevicePortabilitySubsetFeaturesKHR
Source§fn clone(&self) -> VkPhysicalDevicePortabilitySubsetFeaturesKHR
fn clone(&self) -> VkPhysicalDevicePortabilitySubsetFeaturesKHR
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 VkPhysicalDevicePortabilitySubsetFeaturesKHR
Auto Trait Implementations§
impl Freeze for VkPhysicalDevicePortabilitySubsetFeaturesKHR
impl RefUnwindSafe for VkPhysicalDevicePortabilitySubsetFeaturesKHR
impl !Send for VkPhysicalDevicePortabilitySubsetFeaturesKHR
impl !Sync for VkPhysicalDevicePortabilitySubsetFeaturesKHR
impl Unpin for VkPhysicalDevicePortabilitySubsetFeaturesKHR
impl UnwindSafe for VkPhysicalDevicePortabilitySubsetFeaturesKHR
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