pub struct WavefrontMaterial;
Implementations§
Auto Trait Implementations§
impl Freeze for WavefrontMaterial
impl RefUnwindSafe for WavefrontMaterial
impl Send for WavefrontMaterial
impl Sync for WavefrontMaterial
impl Unpin for WavefrontMaterial
impl UnwindSafe for WavefrontMaterial
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