pub struct Selectors {
pub code: SegmentSelector,
pub data: SegmentSelector,
pub user_data: SegmentSelector,
pub user_code: SegmentSelector,
pub tss: SegmentSelector,
}
Expand description
The Selectors used in the GDT setup
Fields§
§code: SegmentSelector
shim code selector
data: SegmentSelector
shim data selector
user_data: SegmentSelector
exec data selector
user_code: SegmentSelector
exec code selector
tss: SegmentSelector
TSS selector
Auto Trait Implementations§
impl Freeze for Selectors
impl RefUnwindSafe for Selectors
impl Send for Selectors
impl Sync for Selectors
impl Unpin for Selectors
impl UnwindSafe for Selectors
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