pub enum TranslateMode {
Read,
Write,
Execute,
}
Expand description
The access type for a gva translation for EmulatorSupport
.
Variants§
Trait Implementations§
Source§impl Clone for TranslateMode
impl Clone for TranslateMode
Source§fn clone(&self) -> TranslateMode
fn clone(&self) -> TranslateMode
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 TranslateMode
impl Debug for TranslateMode
Source§impl PartialEq for TranslateMode
impl PartialEq for TranslateMode
Source§impl TryFrom<HvInterceptAccessType> for TranslateMode
impl TryFrom<HvInterceptAccessType> for TranslateMode
Source§type Error = UnsupportedInterceptAccessType
type Error = UnsupportedInterceptAccessType
The type returned in the event of a conversion error.
impl Copy for TranslateMode
impl Eq for TranslateMode
impl StructuralPartialEq for TranslateMode
Auto Trait Implementations§
impl Freeze for TranslateMode
impl RefUnwindSafe for TranslateMode
impl Send for TranslateMode
impl Sync for TranslateMode
impl Unpin for TranslateMode
impl UnwindSafe for TranslateMode
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