pub enum TextureMapping2D {
UV(UVMapping2D),
Spherical(SphericalMapping2D),
Cylindrical(CylindricalMapping2D),
Planar(PlanarMapping2D),
}
Variants
UV(UVMapping2D)
Spherical(SphericalMapping2D)
Cylindrical(CylindricalMapping2D)
Planar(PlanarMapping2D)
Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextureMapping2D
impl Send for TextureMapping2D
impl Sync for TextureMapping2D
impl Unpin for TextureMapping2D
impl UnwindSafe for TextureMapping2D
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more