Enum gemini_engine::elements3d::view3d::transform3d::SpatialAxis
source · pub enum SpatialAxis {
X,
Y,
Z,
}Expand description
Helper enum for when you need to choose an axis
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for SpatialAxis
impl Send for SpatialAxis
impl Sync for SpatialAxis
impl Unpin for SpatialAxis
impl UnwindSafe for SpatialAxis
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