pub enum Axis3 {
X,
Y,
Z,
}Expand description
Axis labels for three-dimensional coordinates.
Variants§
Trait Implementations§
impl Copy for Axis3
impl Eq for Axis3
impl StructuralPartialEq for Axis3
Auto Trait Implementations§
impl Freeze for Axis3
impl RefUnwindSafe for Axis3
impl Send for Axis3
impl Sync for Axis3
impl Unpin for Axis3
impl UnsafeUnpin for Axis3
impl UnwindSafe for Axis3
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