Struct ash::vk::DeviceFaultInfoEXT
source · #[repr(C)]pub struct DeviceFaultInfoEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub description: [c_char; 256],
pub p_address_infos: *mut DeviceFaultAddressInfoEXT,
pub p_vendor_infos: *mut DeviceFaultVendorInfoEXT,
pub p_vendor_binary_data: *mut c_void,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§description: [c_char; 256]§p_address_infos: *mut DeviceFaultAddressInfoEXT§p_vendor_infos: *mut DeviceFaultVendorInfoEXT§p_vendor_binary_data: *mut c_voidImplementations§
source§impl DeviceFaultInfoEXT
impl DeviceFaultInfoEXT
pub fn builder<'a>() -> DeviceFaultInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DeviceFaultInfoEXT
impl Clone for DeviceFaultInfoEXT
source§fn clone(&self) -> DeviceFaultInfoEXT
fn clone(&self) -> DeviceFaultInfoEXT
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 more