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_void
Implementations§
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 moresource§impl Debug for DeviceFaultInfoEXT
impl Debug for DeviceFaultInfoEXT
source§impl Default for DeviceFaultInfoEXT
impl Default for DeviceFaultInfoEXT
source§impl TaggedStructure for DeviceFaultInfoEXT
impl TaggedStructure for DeviceFaultInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_FAULT_INFO_EXT
impl Copy for DeviceFaultInfoEXT
Auto Trait Implementations§
impl Freeze for DeviceFaultInfoEXT
impl RefUnwindSafe for DeviceFaultInfoEXT
impl !Send for DeviceFaultInfoEXT
impl !Sync for DeviceFaultInfoEXT
impl Unpin for DeviceFaultInfoEXT
impl UnwindSafe for DeviceFaultInfoEXT
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