pub enum Rm {
MMX0 = 0,
MMX1 = 1,
MMX2 = 2,
MMX3 = 3,
MMX4 = 4,
MMX5 = 5,
MMX6 = 6,
MMX7 = 7,
}
Expand description
8-byte MMX registers.
Variants§
Trait Implementations§
impl Copy for Rm
impl Eq for Rm
impl StructuralPartialEq for Rm
Auto Trait Implementations§
impl Freeze for Rm
impl RefUnwindSafe for Rm
impl Send for Rm
impl Sync for Rm
impl Unpin for Rm
impl UnwindSafe for Rm
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