#[repr(C)]pub struct VkDeviceFaultVendorBinaryHeaderVersionOneEXT {
pub headerSize: u32,
pub headerVersion: VkDeviceFaultVendorBinaryHeaderVersionEXT,
pub vendorID: u32,
pub deviceID: u32,
pub driverVersion: u32,
pub pipelineCacheUUID: [u8; 16],
pub applicationNameOffset: u32,
pub applicationVersion: u32,
pub engineNameOffset: u32,
pub engineVersion: u32,
pub apiVersion: u32,
}
Fields§
§headerSize: u32
§headerVersion: VkDeviceFaultVendorBinaryHeaderVersionEXT
§vendorID: u32
§deviceID: u32
§driverVersion: u32
§pipelineCacheUUID: [u8; 16]
§applicationNameOffset: u32
§applicationVersion: u32
§engineNameOffset: u32
§engineVersion: u32
§apiVersion: u32
Trait Implementations§
source§impl Clone for VkDeviceFaultVendorBinaryHeaderVersionOneEXT
impl Clone for VkDeviceFaultVendorBinaryHeaderVersionOneEXT
source§fn clone(&self) -> VkDeviceFaultVendorBinaryHeaderVersionOneEXT
fn clone(&self) -> VkDeviceFaultVendorBinaryHeaderVersionOneEXT
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 moreimpl Copy for VkDeviceFaultVendorBinaryHeaderVersionOneEXT
Auto Trait Implementations§
impl Freeze for VkDeviceFaultVendorBinaryHeaderVersionOneEXT
impl RefUnwindSafe for VkDeviceFaultVendorBinaryHeaderVersionOneEXT
impl Send for VkDeviceFaultVendorBinaryHeaderVersionOneEXT
impl Sync for VkDeviceFaultVendorBinaryHeaderVersionOneEXT
impl Unpin for VkDeviceFaultVendorBinaryHeaderVersionOneEXT
impl UnwindSafe for VkDeviceFaultVendorBinaryHeaderVersionOneEXT
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)