Enum gdt::AvailableSegmentSelector
source · pub enum AvailableSegmentSelector {
KernelCode,
KernelData,
UserCode32,
UserData32,
UserCode64,
UserData64,
Tss,
}
Expand description
The GDT SegmentSelector
s available in Theseus.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for AvailableSegmentSelector
impl Clone for AvailableSegmentSelector
source§fn clone(&self) -> AvailableSegmentSelector
fn clone(&self) -> AvailableSegmentSelector
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 AvailableSegmentSelector
impl Debug for AvailableSegmentSelector
impl Copy for AvailableSegmentSelector
Auto Trait Implementations§
impl RefUnwindSafe for AvailableSegmentSelector
impl Send for AvailableSegmentSelector
impl Sync for AvailableSegmentSelector
impl Unpin for AvailableSegmentSelector
impl UnwindSafe for AvailableSegmentSelector
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