Struct abyss::x86_64::segmentation::SegmentTable
source · #[repr(C)]pub struct SegmentTable { /* private fields */ }
Expand description
A table for segment descriptors.
Implementations§
source§impl SegmentTable
impl SegmentTable
sourcepub unsafe fn update_tss(v: usize)
pub unsafe fn update_tss(v: usize)
sourcepub unsafe fn current_tss() -> &'static mut TaskStateSegment
pub unsafe fn current_tss() -> &'static mut TaskStateSegment
Get current tss address.
Auto Trait Implementations§
impl RefUnwindSafe for SegmentTable
impl Send for SegmentTable
impl Sync for SegmentTable
impl Unpin for SegmentTable
impl UnwindSafe for SegmentTable
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more