pub enum TextureMapping3D {
Identity(IdentityMapping3D),
}
Variants
Identity(IdentityMapping3D)
Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextureMapping3D
impl Send for TextureMapping3D
impl Sync for TextureMapping3D
impl Unpin for TextureMapping3D
impl UnwindSafe for TextureMapping3D
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