pub enum InstalledAddressSpaceMode {
Tagged,
FullFlush,
}Expand description
Hardware tag policy carried with an installed userspace address space.
Variants§
Tagged
The architecture may retain translations distinguished by a hardware tag and software generation.
FullFlush
The architecture uses tag zero and flushes translations when changing address spaces.
Trait Implementations§
Source§impl Clone for InstalledAddressSpaceMode
impl Clone for InstalledAddressSpaceMode
Source§fn clone(&self) -> InstalledAddressSpaceMode
fn clone(&self) -> InstalledAddressSpaceMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InstalledAddressSpaceMode
Source§impl Debug for InstalledAddressSpaceMode
impl Debug for InstalledAddressSpaceMode
impl Eq for InstalledAddressSpaceMode
impl StructuralPartialEq for InstalledAddressSpaceMode
Auto Trait Implementations§
impl Freeze for InstalledAddressSpaceMode
impl RefUnwindSafe for InstalledAddressSpaceMode
impl Send for InstalledAddressSpaceMode
impl Sync for InstalledAddressSpaceMode
impl Unpin for InstalledAddressSpaceMode
impl UnsafeUnpin for InstalledAddressSpaceMode
impl UnwindSafe for InstalledAddressSpaceMode
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