pub enum Rm {
MMX0,
MMX1,
MMX2,
MMX3,
MMX4,
MMX5,
MMX6,
MMX7,
}
Expand description
8-byte MMX registers.
Variants
MMX0
MMX1
MMX2
MMX3
MMX4
MMX5
MMX6
MMX7
Trait Implementations
impl Copy for Rm
impl Eq for Rm
impl StructuralEq for Rm
impl StructuralPartialEq for Rm
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more