#[repr(C)]pub struct PhysicalDeviceFaultPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_device_fault_count: u32,
}Expand description
VkPhysicalDeviceFaultPropertiesKHR
Provided by VK_KHR_device_fault.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FAULT_PROPERTIES_KHR.
p_next: *mut c_voidOptional, may be null.
max_device_fault_count: u32Implementations§
Source§impl PhysicalDeviceFaultPropertiesKHR
impl PhysicalDeviceFaultPropertiesKHR
Sourcepub fn builder<'a>() -> PhysicalDeviceFaultPropertiesKHRBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceFaultPropertiesKHRBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceFaultPropertiesKHR
impl Clone for PhysicalDeviceFaultPropertiesKHR
Source§fn clone(&self) -> PhysicalDeviceFaultPropertiesKHR
fn clone(&self) -> PhysicalDeviceFaultPropertiesKHR
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 moreimpl Copy for PhysicalDeviceFaultPropertiesKHR
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFaultPropertiesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceFaultPropertiesKHR
impl RefUnwindSafe for PhysicalDeviceFaultPropertiesKHR
impl !Send for PhysicalDeviceFaultPropertiesKHR
impl !Sync for PhysicalDeviceFaultPropertiesKHR
impl Unpin for PhysicalDeviceFaultPropertiesKHR
impl UnsafeUnpin for PhysicalDeviceFaultPropertiesKHR
impl UnwindSafe for PhysicalDeviceFaultPropertiesKHR
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