pub enum DomainWarpType {
OpenSimplex2,
OpenSimplex2Reduced,
BasicGrid,
}Variants§
Auto Trait Implementations§
impl Freeze for DomainWarpType
impl RefUnwindSafe for DomainWarpType
impl Send for DomainWarpType
impl Sync for DomainWarpType
impl Unpin for DomainWarpType
impl UnwindSafe for DomainWarpType
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