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