#[repr(C)]pub struct PhysicalDevicePortabilitySubsetFeaturesKHR {Show 17 fields
pub s_type: StructureType,
pub p_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_view2_d_on3_d_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: StructureType
§p_next: *mut c_void
§constant_alpha_color_blend_factors: Bool32
§events: Bool32
§image_view_format_reinterpretation: Bool32
§image_view_format_swizzle: Bool32
§image_view2_d_on3_d_image: Bool32
§multisample_array_image: Bool32
§mutable_comparison_samplers: Bool32
§point_polygons: Bool32
§sampler_mip_lod_bias: Bool32
§separate_stencil_mask_ref: Bool32
§shader_sample_rate_interpolation_functions: Bool32
§tessellation_isolines: Bool32
§tessellation_point_mode: Bool32
§triangle_fans: Bool32
§vertex_attribute_access_beyond_stride: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDevicePortabilitySubsetFeaturesKHR
impl Clone for PhysicalDevicePortabilitySubsetFeaturesKHR
source§fn clone(&self) -> PhysicalDevicePortabilitySubsetFeaturesKHR
fn clone(&self) -> PhysicalDevicePortabilitySubsetFeaturesKHR
Returns a copy 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 moresource§impl TaggedStructure for PhysicalDevicePortabilitySubsetFeaturesKHR
impl TaggedStructure for PhysicalDevicePortabilitySubsetFeaturesKHR
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHR
impl Copy for PhysicalDevicePortabilitySubsetFeaturesKHR
impl ExtendsDeviceCreateInfo for PhysicalDevicePortabilitySubsetFeaturesKHR
impl ExtendsPhysicalDeviceFeatures2 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