#[repr(C)]pub struct VkDeviceFaultCountsEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub addressInfoCount: u32,
pub vendorInfoCount: u32,
pub vendorBinarySize: VkDeviceSize,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§addressInfoCount: u32
§vendorInfoCount: u32
§vendorBinarySize: VkDeviceSize
Trait Implementations§
Source§impl Clone for VkDeviceFaultCountsEXT
impl Clone for VkDeviceFaultCountsEXT
Source§fn clone(&self) -> VkDeviceFaultCountsEXT
fn clone(&self) -> VkDeviceFaultCountsEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkDeviceFaultCountsEXT
impl Default for VkDeviceFaultCountsEXT
impl Copy for VkDeviceFaultCountsEXT
Auto Trait Implementations§
impl Freeze for VkDeviceFaultCountsEXT
impl RefUnwindSafe for VkDeviceFaultCountsEXT
impl !Send for VkDeviceFaultCountsEXT
impl !Sync for VkDeviceFaultCountsEXT
impl Unpin for VkDeviceFaultCountsEXT
impl UnwindSafe for VkDeviceFaultCountsEXT
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