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