#[repr(C)]
pub struct PhysicalDevicePortabilitySubsetFeaturesKHR {
Show 17 fields pub s_type: StructureType, pub next: *mut c_void, pub constant_alpha_color_blend_factors: Bool32, pub events: Bool32, pub image_view_format_reinterpretation: Bool32, pub image_view_format_swizzle: Bool32, pub image_view_2d_on_3d_image: Bool32, pub multisample_array_image: Bool32, pub mutable_comparison_samplers: Bool32, pub point_polygons: Bool32, pub sampler_mip_lod_bias: Bool32, pub separate_stencil_mask_ref: Bool32, pub shader_sample_rate_interpolation_functions: Bool32, pub tessellation_isolines: Bool32, pub tessellation_point_mode: Bool32, pub triangle_fans: Bool32, pub vertex_attribute_access_beyond_stride: Bool32,
}
Expand description

Fields

s_type: StructureTypenext: *mut c_voidconstant_alpha_color_blend_factors: Bool32events: Bool32image_view_format_reinterpretation: Bool32image_view_format_swizzle: Bool32image_view_2d_on_3d_image: Bool32multisample_array_image: Bool32mutable_comparison_samplers: Bool32point_polygons: Bool32sampler_mip_lod_bias: Bool32separate_stencil_mask_ref: Bool32shader_sample_rate_interpolation_functions: Bool32tessellation_isolines: Bool32tessellation_point_mode: Bool32triangle_fans: Bool32vertex_attribute_access_beyond_stride: Bool32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Performs the conversion.

Performs the conversion.

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.