Enum tartan_arch::x86_common::protection::TaskRegister
source · pub enum TaskRegister {}
Available on x86 or x86-64 only.
Expand description
TR
: Contains a Selector
referencing a SegmentDescriptor
that points to the
current task state segment (TSS).
Note that this type cannot be instantiated. It simply serves as a namespace for the
get
and set
methods, which work on a Selector
instance.
Implementations§
Auto Trait Implementations§
impl Freeze for TaskRegister
impl RefUnwindSafe for TaskRegister
impl Send for TaskRegister
impl Sync for TaskRegister
impl Unpin for TaskRegister
impl UnwindSafe for TaskRegister
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