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