#[repr(C)]pub struct DeviceDiagnosticsConfigCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: DeviceDiagnosticsConfigFlagsNV,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: DeviceDiagnosticsConfigFlagsNVImplementations
sourceimpl DeviceDiagnosticsConfigCreateInfoNV
impl DeviceDiagnosticsConfigCreateInfoNV
pub fn builder<'a>() -> DeviceDiagnosticsConfigCreateInfoNVBuilder<'a>
Trait Implementations
sourceimpl Clone for DeviceDiagnosticsConfigCreateInfoNV
impl Clone for DeviceDiagnosticsConfigCreateInfoNV
sourcefn clone(&self) -> DeviceDiagnosticsConfigCreateInfoNV
fn clone(&self) -> DeviceDiagnosticsConfigCreateInfoNV
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 Default for DeviceDiagnosticsConfigCreateInfoNV
impl Default for DeviceDiagnosticsConfigCreateInfoNV
sourcefn default() -> DeviceDiagnosticsConfigCreateInfoNV
fn default() -> DeviceDiagnosticsConfigCreateInfoNV
Returns the “default value” for a type. Read more
impl Copy for DeviceDiagnosticsConfigCreateInfoNV
impl ExtendsDeviceCreateInfo for DeviceDiagnosticsConfigCreateInfoNV
Auto Trait Implementations
impl RefUnwindSafe for DeviceDiagnosticsConfigCreateInfoNV
impl !Send for DeviceDiagnosticsConfigCreateInfoNV
impl !Sync for DeviceDiagnosticsConfigCreateInfoNV
impl Unpin for DeviceDiagnosticsConfigCreateInfoNV
impl UnwindSafe for DeviceDiagnosticsConfigCreateInfoNV
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