Enum ExtendedRegisterStateLocation
pub enum ExtendedRegisterStateLocation {
Xcr0,
Ia32Xss,
}Expand description
Where the extended register state is stored.
Variants§
Trait Implementations§
§impl Debug for ExtendedRegisterStateLocation
impl Debug for ExtendedRegisterStateLocation
§impl Display for ExtendedRegisterStateLocation
impl Display for ExtendedRegisterStateLocation
§impl PartialEq for ExtendedRegisterStateLocation
impl PartialEq for ExtendedRegisterStateLocation
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