pub enum RotationType3D {
None,
ImproveXYPlanes,
ImproveXZPlanes,
}Variants§
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