Struct ash::vk::ValidationFeaturesEXT
source · #[repr(C)]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 ValidationFeatureDisableEXT
Implementations§
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§impl TaggedStructure for ValidationFeaturesEXT
impl TaggedStructure for ValidationFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::VALIDATION_FEATURES_EXT
impl Copy for ValidationFeaturesEXT
impl ExtendsInstanceCreateInfo for ValidationFeaturesEXT
Auto Trait Implementations§
impl Freeze for ValidationFeaturesEXT
impl RefUnwindSafe for ValidationFeaturesEXT
impl !Send for ValidationFeaturesEXT
impl !Sync for ValidationFeaturesEXT
impl Unpin for ValidationFeaturesEXT
impl UnwindSafe for ValidationFeaturesEXT
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