pub enum EmuCheckVtlAccessError {
AccessDenied {
vtl: Vtl,
denied_flags: HvMapGpaFlags,
},
}Variants§
Trait Implementations§
Source§impl Debug for EmuCheckVtlAccessError
impl Debug for EmuCheckVtlAccessError
Source§impl Display for EmuCheckVtlAccessError
impl Display for EmuCheckVtlAccessError
Source§impl Error for EmuCheckVtlAccessError
impl Error for EmuCheckVtlAccessError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for EmuCheckVtlAccessError
impl RefUnwindSafe for EmuCheckVtlAccessError
impl Send for EmuCheckVtlAccessError
impl Sync for EmuCheckVtlAccessError
impl Unpin for EmuCheckVtlAccessError
impl UnsafeUnpin for EmuCheckVtlAccessError
impl UnwindSafe for EmuCheckVtlAccessError
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