pub struct DeviceFaultAddressTypeEXT(/* private fields */);
Expand description
Implementations§
Source§impl DeviceFaultAddressTypeEXT
impl DeviceFaultAddressTypeEXT
pub const READ_INVALID: Self = _
pub const WRITE_INVALID: Self = _
pub const EXECUTE_INVALID: Self = _
pub const INSTRUCTION_POINTER_UNKNOWN: Self = _
pub const INSTRUCTION_POINTER_INVALID: Self = _
pub const INSTRUCTION_POINTER_FAULT: Self = _
Trait Implementations§
Source§impl Clone for DeviceFaultAddressTypeEXT
impl Clone for DeviceFaultAddressTypeEXT
Source§fn clone(&self) -> DeviceFaultAddressTypeEXT
fn clone(&self) -> DeviceFaultAddressTypeEXT
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 DeviceFaultAddressTypeEXT
impl Debug for DeviceFaultAddressTypeEXT
Source§impl Default for DeviceFaultAddressTypeEXT
impl Default for DeviceFaultAddressTypeEXT
Source§fn default() -> DeviceFaultAddressTypeEXT
fn default() -> DeviceFaultAddressTypeEXT
Returns the “default value” for a type. Read more
Source§impl Hash for DeviceFaultAddressTypeEXT
impl Hash for DeviceFaultAddressTypeEXT
Source§impl Ord for DeviceFaultAddressTypeEXT
impl Ord for DeviceFaultAddressTypeEXT
Source§fn cmp(&self, other: &DeviceFaultAddressTypeEXT) -> Ordering
fn cmp(&self, other: &DeviceFaultAddressTypeEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for DeviceFaultAddressTypeEXT
impl PartialOrd for DeviceFaultAddressTypeEXT
impl Copy for DeviceFaultAddressTypeEXT
impl Eq for DeviceFaultAddressTypeEXT
impl StructuralPartialEq for DeviceFaultAddressTypeEXT
Auto Trait Implementations§
impl Freeze for DeviceFaultAddressTypeEXT
impl RefUnwindSafe for DeviceFaultAddressTypeEXT
impl Send for DeviceFaultAddressTypeEXT
impl Sync for DeviceFaultAddressTypeEXT
impl Unpin for DeviceFaultAddressTypeEXT
impl UnwindSafe for DeviceFaultAddressTypeEXT
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)