#[repr(C)]pub struct ValidationFeaturesEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub enabledValidationFeatureCount: u32,
pub pEnabledValidationFeatures: *const ValidationFeatureEnableEXT,
pub disabledValidationFeatureCount: u32,
pub pDisabledValidationFeatures: *const ValidationFeatureDisableEXT,
}Fields§
§sType: StructureType§pNext: *const c_void§enabledValidationFeatureCount: u32§pEnabledValidationFeatures: *const ValidationFeatureEnableEXT§disabledValidationFeatureCount: u32§pDisabledValidationFeatures: *const ValidationFeatureDisableEXTTrait Implementations§
Source§impl Clone for ValidationFeaturesEXT
impl Clone for ValidationFeaturesEXT
Source§fn clone(&self) -> ValidationFeaturesEXT
fn clone(&self) -> ValidationFeaturesEXT
Returns a duplicate 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 moreimpl Copy 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