#[repr(C)]pub struct DeviceFaultCountsEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub address_info_count: u32,
pub vendor_info_count: u32,
pub vendor_binary_size: u64,
}Expand description
VkDeviceFaultCountsEXT
Provided by VK_EXT_device_fault.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEVICE_FAULT_COUNTS_EXT.
p_next: *mut c_voidOptional, may be null.
address_info_count: u32§vendor_info_count: u32§vendor_binary_size: u64Implementations§
Source§impl DeviceFaultCountsEXT
impl DeviceFaultCountsEXT
Sourcepub fn builder<'a>() -> DeviceFaultCountsEXTBuilder<'a>
pub fn builder<'a>() -> DeviceFaultCountsEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DeviceFaultCountsEXT
impl Clone for DeviceFaultCountsEXT
Source§fn clone(&self) -> DeviceFaultCountsEXT
fn clone(&self) -> DeviceFaultCountsEXT
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 moreSource§impl Debug for DeviceFaultCountsEXT
impl Debug for DeviceFaultCountsEXT
Source§impl Default for DeviceFaultCountsEXT
impl Default for DeviceFaultCountsEXT
Source§fn default() -> DeviceFaultCountsEXT
fn default() -> DeviceFaultCountsEXT
Returns the “default value” for a type. Read more
impl Copy for DeviceFaultCountsEXT
Auto Trait Implementations§
impl Freeze for DeviceFaultCountsEXT
impl RefUnwindSafe for DeviceFaultCountsEXT
impl !Send for DeviceFaultCountsEXT
impl !Sync for DeviceFaultCountsEXT
impl Unpin for DeviceFaultCountsEXT
impl UnsafeUnpin for DeviceFaultCountsEXT
impl UnwindSafe for DeviceFaultCountsEXT
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