#[repr(C)]pub struct ValidationFlagsExt<'s> { /* private fields */ }
Expand description
A VkValidationFlagsEXT
.
Implementations§
Source§impl<'s> ValidationFlagsExt<'s>
impl<'s> ValidationFlagsExt<'s>
pub fn builder<'b>() -> ValidationFlagsExtBuilder<'b>
pub unsafe fn from_raw(raw: VkValidationFlagsEXT) -> ValidationFlagsExt<'s>
pub fn next<'a>(&'a self) -> *const c_void
pub fn disabled_validation_checks<'a>(&'a self) -> &'a [ValidationCheckExt]
pub unsafe fn set_next<'m>(&mut self, next: *const c_void)
pub fn set_disabled_validation_checks<'m, 'a>(
&mut self,
disabled_validation_checks: &'a mut [ValidationCheckExt],
)where
'a: 's,
pub fn as_raw(&self) -> &VkValidationFlagsEXT
Trait Implementations§
Source§impl<'s> Clone for ValidationFlagsExt<'s>
impl<'s> Clone for ValidationFlagsExt<'s>
Source§fn clone(&self) -> ValidationFlagsExt<'s>
fn clone(&self) -> ValidationFlagsExt<'s>
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<'s> Debug for ValidationFlagsExt<'s>
impl<'s> Debug for ValidationFlagsExt<'s>
Source§impl<'s> Default for ValidationFlagsExt<'s>
impl<'s> Default for ValidationFlagsExt<'s>
Source§fn default() -> ValidationFlagsExt<'s>
fn default() -> ValidationFlagsExt<'s>
Returns the “default value” for a type. Read more
Source§impl<'s> From<ValidationFlagsExt<'s>> for VkValidationFlagsEXT
impl<'s> From<ValidationFlagsExt<'s>> for VkValidationFlagsEXT
Source§fn from(f: ValidationFlagsExt<'s>) -> VkValidationFlagsEXT
fn from(f: ValidationFlagsExt<'s>) -> VkValidationFlagsEXT
Converts to this type from the input type.
Auto Trait Implementations§
impl<'s> Freeze for ValidationFlagsExt<'s>
impl<'s> RefUnwindSafe for ValidationFlagsExt<'s>
impl<'s> !Send for ValidationFlagsExt<'s>
impl<'s> !Sync for ValidationFlagsExt<'s>
impl<'s> Unpin for ValidationFlagsExt<'s>
impl<'s> UnwindSafe for ValidationFlagsExt<'s>
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