Struct screen_13::prelude::vk::ValidationFeaturesEXT
source · pub struct ValidationFeaturesEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub enabled_validation_feature_count: u32,
pub p_enabled_validation_features: *const ValidationFeatureEnableEXT,
pub disabled_validation_feature_count: u32,
pub p_disabled_validation_features: *const ValidationFeatureDisableEXT,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§enabled_validation_feature_count: u32§p_enabled_validation_features: *const ValidationFeatureEnableEXT§disabled_validation_feature_count: u32§p_disabled_validation_features: *const ValidationFeatureDisableEXTImplementations§
source§impl ValidationFeaturesEXT
impl ValidationFeaturesEXT
pub fn builder<'a>() -> ValidationFeaturesEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ValidationFeaturesEXT
impl Clone for ValidationFeaturesEXT
source§fn clone(&self) -> ValidationFeaturesEXT
fn clone(&self) -> ValidationFeaturesEXT
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 Debug for ValidationFeaturesEXT
impl Debug for ValidationFeaturesEXT
source§impl Default for ValidationFeaturesEXT
impl Default for ValidationFeaturesEXT
source§fn default() -> ValidationFeaturesEXT
fn default() -> ValidationFeaturesEXT
Returns the “default value” for a type. Read more