pub enum Rx {
XMM0,
XMM1,
XMM2,
XMM3,
XMM4,
XMM5,
XMM6,
XMM7,
}
Expand description
16 or 32-byte SSE registers.
Variants
XMM0
XMM1
XMM2
XMM3
XMM4
XMM5
XMM6
XMM7
Trait Implementations
impl Copy for Rx
impl Eq for Rx
impl StructuralEq for Rx
impl StructuralPartialEq for Rx
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