pub enum ExtendedRegisterStateLocation {
Xcr0,
Ia32Xss,
}
Expand description
Where the extended register state is stored.
Variants§
Trait Implementations§
source§impl PartialEq for ExtendedRegisterStateLocation
impl PartialEq for ExtendedRegisterStateLocation
source§fn eq(&self, other: &ExtendedRegisterStateLocation) -> bool
fn eq(&self, other: &ExtendedRegisterStateLocation) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ExtendedRegisterStateLocation
impl StructuralPartialEq for ExtendedRegisterStateLocation
Auto Trait Implementations§
impl Freeze for ExtendedRegisterStateLocation
impl RefUnwindSafe for ExtendedRegisterStateLocation
impl Send for ExtendedRegisterStateLocation
impl Sync for ExtendedRegisterStateLocation
impl Unpin for ExtendedRegisterStateLocation
impl UnwindSafe for ExtendedRegisterStateLocation
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