Struct vulkanalia_sys::PhysicalDevicePortabilitySubsetFeaturesKHR[][src]

#[repr(C)]pub struct PhysicalDevicePortabilitySubsetFeaturesKHR {
    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,
}

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

impl Clone for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl Copy for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl Debug for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl Default for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl Eq for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl Hash for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl PartialEq<PhysicalDevicePortabilitySubsetFeaturesKHR> for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl StructuralEq for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl StructuralPartialEq for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.