pub struct ObjMaterial {
pub diffuse_map: String,
}
Fields§
§diffuse_map: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ObjMaterial
impl RefUnwindSafe for ObjMaterial
impl Send for ObjMaterial
impl Sync for ObjMaterial
impl Unpin for ObjMaterial
impl UnwindSafe for ObjMaterial
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