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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)