#[repr(C)]pub struct VkValidationFeaturesEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub enabledValidationFeatureCount: u32,
pub pEnabledValidationFeatures: *const VkValidationFeatureEnableEXT,
pub disabledValidationFeatureCount: u32,
pub pDisabledValidationFeatures: *const VkValidationFeatureDisableEXT,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§enabledValidationFeatureCount: u32
§pEnabledValidationFeatures: *const VkValidationFeatureEnableEXT
§disabledValidationFeatureCount: u32
§pDisabledValidationFeatures: *const VkValidationFeatureDisableEXT
Trait Implementations§
Source§impl Clone for VkValidationFeaturesEXT
impl Clone for VkValidationFeaturesEXT
Source§fn clone(&self) -> VkValidationFeaturesEXT
fn clone(&self) -> VkValidationFeaturesEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkValidationFeaturesEXT
impl Default for VkValidationFeaturesEXT
impl Copy for VkValidationFeaturesEXT
Auto Trait Implementations§
impl Freeze for VkValidationFeaturesEXT
impl RefUnwindSafe for VkValidationFeaturesEXT
impl !Send for VkValidationFeaturesEXT
impl !Sync for VkValidationFeaturesEXT
impl Unpin for VkValidationFeaturesEXT
impl UnwindSafe for VkValidationFeaturesEXT
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