pub enum RotationPlane {
XY,
YZ,
ZX,
}Expand description
Plane of rotation in 3D.
Variants§
Trait Implementations§
Source§impl Clone for RotationPlane
impl Clone for RotationPlane
Source§fn clone(&self) -> RotationPlane
fn clone(&self) -> RotationPlane
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RotationPlane
impl Debug for RotationPlane
Source§impl PartialEq for RotationPlane
impl PartialEq for RotationPlane
impl Copy for RotationPlane
impl Eq for RotationPlane
impl StructuralPartialEq for RotationPlane
Auto Trait Implementations§
impl Freeze for RotationPlane
impl RefUnwindSafe for RotationPlane
impl Send for RotationPlane
impl Sync for RotationPlane
impl Unpin for RotationPlane
impl UnsafeUnpin for RotationPlane
impl UnwindSafe for RotationPlane
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