pub enum MonitorError {
Fault,
Unsupported,
}Expand description
A failure while arming or waiting with a hardware monitor.
Variants§
Fault
The monitored local address faulted while it was being armed.
Unsupported
The selected optional instruction is unavailable at runtime.
Trait Implementations§
Source§impl Clone for MonitorError
impl Clone for MonitorError
impl Copy for MonitorError
Source§impl Debug for MonitorError
impl Debug for MonitorError
impl Eq for MonitorError
Source§impl PartialEq for MonitorError
impl PartialEq for MonitorError
impl StructuralPartialEq for MonitorError
Auto Trait Implementations§
impl Freeze for MonitorError
impl RefUnwindSafe for MonitorError
impl Send for MonitorError
impl Sync for MonitorError
impl Unpin for MonitorError
impl UnsafeUnpin for MonitorError
impl UnwindSafe for MonitorError
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