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