#[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: StructureTypepNext: *mut c_voidconstantAlphaColorBlendFactors: Bool32events: Bool32imageViewFormatReinterpretation: Bool32imageViewFormatSwizzle: Bool32imageView2DOn3DImage: Bool32multisampleArrayImage: Bool32mutableComparisonSamplers: Bool32pointPolygons: Bool32samplerMipLodBias: Bool32separateStencilMaskRef: Bool32shaderSampleRateInterpolationFunctions: Bool32tessellationIsolines: Bool32tessellationPointMode: Bool32triangleFans: Bool32vertexAttributeAccessBeyondStride: Bool32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.