pub trait Swizzles2Mut<T: Scalar>: Swizzles2<T> {
    fn set_xy(&mut self, right: &Self::Swizzle2);
    fn set_yx(&mut self, right: &Self::Swizzle2);
}

Required Methods

Implementors