pub enum RotationType3D {
None,
ImproveXYPlanes,
ImproveXZPlanes,
}
Variants§
Trait Implementations§
Source§impl Clone for RotationType3D
impl Clone for RotationType3D
Source§fn clone(&self) -> RotationType3D
fn clone(&self) -> RotationType3D
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 RotationType3D
impl Debug for RotationType3D
Source§impl PartialEq for RotationType3D
impl PartialEq for RotationType3D
impl Copy for RotationType3D
impl StructuralPartialEq for RotationType3D
Auto Trait Implementations§
impl Freeze for RotationType3D
impl RefUnwindSafe for RotationType3D
impl Send for RotationType3D
impl Sync for RotationType3D
impl Unpin for RotationType3D
impl UnwindSafe for RotationType3D
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