#[repr(C)]pub struct DeviceFaultInfoEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub description: [c_char; 256],
pub pAddressInfos: *mut DeviceFaultAddressInfoEXT,
pub pVendorInfos: *mut DeviceFaultVendorInfoEXT,
pub pVendorBinaryData: *mut c_void,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§description: [c_char; 256]
§pAddressInfos: *mut DeviceFaultAddressInfoEXT
§pVendorInfos: *mut DeviceFaultVendorInfoEXT
§pVendorBinaryData: *mut c_void
Trait Implementations§
Source§impl Clone for DeviceFaultInfoEXT
impl Clone for DeviceFaultInfoEXT
Source§fn clone(&self) -> DeviceFaultInfoEXT
fn clone(&self) -> DeviceFaultInfoEXT
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 moreimpl 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