Struct ash::vk::DeviceDiagnosticsConfigCreateInfoNV
source · #[repr(C)]pub struct DeviceDiagnosticsConfigCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: DeviceDiagnosticsConfigFlagsNV,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: DeviceDiagnosticsConfigFlagsNV
Implementations§
source§impl DeviceDiagnosticsConfigCreateInfoNV
impl DeviceDiagnosticsConfigCreateInfoNV
pub fn builder<'a>() -> DeviceDiagnosticsConfigCreateInfoNVBuilder<'a>
Trait Implementations§
source§impl Clone for DeviceDiagnosticsConfigCreateInfoNV
impl Clone for DeviceDiagnosticsConfigCreateInfoNV
source§fn clone(&self) -> DeviceDiagnosticsConfigCreateInfoNV
fn clone(&self) -> DeviceDiagnosticsConfigCreateInfoNV
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 TaggedStructure for DeviceDiagnosticsConfigCreateInfoNV
impl TaggedStructure for DeviceDiagnosticsConfigCreateInfoNV
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_DIAGNOSTICS_CONFIG_CREATE_INFO_NV
impl Copy for DeviceDiagnosticsConfigCreateInfoNV
impl ExtendsDeviceCreateInfo for DeviceDiagnosticsConfigCreateInfoNV
Auto Trait Implementations§
impl Freeze for DeviceDiagnosticsConfigCreateInfoNV
impl RefUnwindSafe for DeviceDiagnosticsConfigCreateInfoNV
impl !Send for DeviceDiagnosticsConfigCreateInfoNV
impl !Sync for DeviceDiagnosticsConfigCreateInfoNV
impl Unpin for DeviceDiagnosticsConfigCreateInfoNV
impl UnwindSafe for DeviceDiagnosticsConfigCreateInfoNV
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