Struct ash::vk::DeviceFaultCountsEXT
source · #[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: DeviceSize,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§address_info_count: u32
§vendor_info_count: u32
§vendor_binary_size: DeviceSize
Implementations§
source§impl DeviceFaultCountsEXT
impl DeviceFaultCountsEXT
pub fn builder<'a>() -> DeviceFaultCountsEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DeviceFaultCountsEXT
impl Clone for DeviceFaultCountsEXT
source§fn clone(&self) -> DeviceFaultCountsEXT
fn clone(&self) -> DeviceFaultCountsEXT
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 Debug for DeviceFaultCountsEXT
impl Debug for DeviceFaultCountsEXT
source§impl Default for DeviceFaultCountsEXT
impl Default for DeviceFaultCountsEXT
source§impl TaggedStructure for DeviceFaultCountsEXT
impl TaggedStructure for DeviceFaultCountsEXT
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_FAULT_COUNTS_EXT
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 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