Enum simics_api_sys::bindings::x86_cr_t
source · #[repr(u32)]pub enum x86_cr_t {
X86_Cr0 = 0,
X86_Cr2 = 2,
X86_Cr3 = 3,
X86_Cr4 = 4,
X86_Cr8 = 8,
}
Variants§
Trait Implementations§
source§impl Ord for x86_cr_t
impl Ord for x86_cr_t
source§impl PartialOrd for x86_cr_t
impl PartialOrd for x86_cr_t
impl Copy for x86_cr_t
impl Eq for x86_cr_t
impl StructuralPartialEq for x86_cr_t
Auto Trait Implementations§
impl Freeze for x86_cr_t
impl RefUnwindSafe for x86_cr_t
impl Send for x86_cr_t
impl Sync for x86_cr_t
impl Unpin for x86_cr_t
impl UnwindSafe for x86_cr_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
)