pub enum AxisWXYZ {
W,
X,
Y,
Z,
}
Variants§
Trait Implementations§
source§impl PartialEq<AxisWXYZ> for AxisWXYZ
impl PartialEq<AxisWXYZ> for AxisWXYZ
impl Copy for AxisWXYZ
impl Eq for AxisWXYZ
impl GenAxis<4> for AxisWXYZ
impl StructuralEq for AxisWXYZ
impl StructuralPartialEq for AxisWXYZ
Auto Trait Implementations§
impl RefUnwindSafe for AxisWXYZ
impl Send for AxisWXYZ
impl Sync for AxisWXYZ
impl Unpin for AxisWXYZ
impl UnwindSafe for AxisWXYZ
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