Enum simics_api_sys::x86_seg_t
source · #[repr(u32)]pub enum x86_seg_t {
X86_Seg_ES = 0,
X86_Seg_CS = 1,
X86_Seg_SS = 2,
X86_Seg_DS = 3,
X86_Seg_FS = 4,
X86_Seg_GS = 5,
X86_Seg_LDTR = 6,
X86_Seg_TR = 7,
X86_Seg_None = 8,
}
Expand description
Variants§
X86_Seg_ES = 0
X86_Seg_CS = 1
X86_Seg_SS = 2
X86_Seg_DS = 3
X86_Seg_FS = 4
X86_Seg_GS = 5
X86_Seg_LDTR = 6
X86_Seg_TR = 7
X86_Seg_None = 8
Trait Implementations§
source§impl Ord for x86_seg_t
impl Ord for x86_seg_t
source§impl PartialOrd for x86_seg_t
impl PartialOrd for x86_seg_t
impl Copy for x86_seg_t
impl Eq for x86_seg_t
impl StructuralPartialEq for x86_seg_t
Auto Trait Implementations§
impl Freeze for x86_seg_t
impl RefUnwindSafe for x86_seg_t
impl Send for x86_seg_t
impl Sync for x86_seg_t
impl Unpin for x86_seg_t
impl UnwindSafe for x86_seg_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)