Enum rs_pbrt::core::texture::TextureMapping3D
source · 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§
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