#[repr(C)]pub struct DeviceFaultAddressInfoEXT {
pub addressType: DeviceFaultAddressTypeEXT,
pub reportedAddress: DeviceAddress,
pub addressPrecision: DeviceSize,
}
Fields§
§addressType: DeviceFaultAddressTypeEXT
§reportedAddress: DeviceAddress
§addressPrecision: DeviceSize
Trait Implementations§
Source§impl Clone for DeviceFaultAddressInfoEXT
impl Clone for DeviceFaultAddressInfoEXT
Source§fn clone(&self) -> DeviceFaultAddressInfoEXT
fn clone(&self) -> DeviceFaultAddressInfoEXT
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 DeviceFaultAddressInfoEXT
Auto Trait Implementations§
impl Freeze for DeviceFaultAddressInfoEXT
impl RefUnwindSafe for DeviceFaultAddressInfoEXT
impl Send for DeviceFaultAddressInfoEXT
impl Sync for DeviceFaultAddressInfoEXT
impl Unpin for DeviceFaultAddressInfoEXT
impl UnwindSafe for DeviceFaultAddressInfoEXT
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