Enum simics_api_sys::x86_xcr_t
source · #[repr(u32)]pub enum x86_xcr_t {
X86_Xcr0 = 0,
}
Variants§
X86_Xcr0 = 0
Trait Implementations§
source§impl Ord for x86_xcr_t
impl Ord for x86_xcr_t
source§impl PartialOrd for x86_xcr_t
impl PartialOrd for x86_xcr_t
impl Copy for x86_xcr_t
impl Eq for x86_xcr_t
impl StructuralPartialEq for x86_xcr_t
Auto Trait Implementations§
impl Freeze for x86_xcr_t
impl RefUnwindSafe for x86_xcr_t
impl Send for x86_xcr_t
impl Sync for x86_xcr_t
impl Unpin for x86_xcr_t
impl UnwindSafe for x86_xcr_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
)