#[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: StructureTypep_next: *const c_voidenabled_validation_feature_count: u32p_enabled_validation_features: *const ValidationFeatureEnableEXTdisabled_validation_feature_count: u32p_disabled_validation_features: *const ValidationFeatureDisableEXTImplementations
sourceimpl ValidationFeaturesEXT
impl ValidationFeaturesEXT
pub fn builder<'a>() -> ValidationFeaturesEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for ValidationFeaturesEXT
impl Clone for ValidationFeaturesEXT
sourcefn clone(&self) -> ValidationFeaturesEXT
fn clone(&self) -> ValidationFeaturesEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ValidationFeaturesEXT
impl Debug for ValidationFeaturesEXT
sourceimpl Default for ValidationFeaturesEXT
impl Default for ValidationFeaturesEXT
sourcefn default() -> ValidationFeaturesEXT
fn default() -> ValidationFeaturesEXT
Returns the “default value” for a type. Read more
impl Copy for ValidationFeaturesEXT
impl ExtendsInstanceCreateInfo for ValidationFeaturesEXT
Auto Trait Implementations
impl RefUnwindSafe for ValidationFeaturesEXT
impl !Send for ValidationFeaturesEXT
impl !Sync for ValidationFeaturesEXT
impl Unpin for ValidationFeaturesEXT
impl UnwindSafe for ValidationFeaturesEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more