pub enum Axis3D {
X,
Y,
Z,
}Variants§
Auto Trait Implementations§
impl Freeze for Axis3D
impl RefUnwindSafe for Axis3D
impl Send for Axis3D
impl Sync for Axis3D
impl Unpin for Axis3D
impl UnsafeUnpin for Axis3D
impl UnwindSafe for Axis3D
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