pub enum RegType {
General,
Mmx,
Avx,
Fpu,
Bound,
Mask,
Segment,
Control,
Debug,
}
Variants§
Trait Implementations§
impl Copy for RegType
impl Eq for RegType
impl StructuralPartialEq for RegType
Auto Trait Implementations§
impl Freeze for RegType
impl RefUnwindSafe for RegType
impl Send for RegType
impl Sync for RegType
impl Unpin for RegType
impl UnwindSafe for RegType
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