pub struct MaterialLibrary { /* private fields */ }Expand description
A library of named materials.
Implementations§
Trait Implementations§
Source§impl Debug for MaterialLibrary
impl Debug for MaterialLibrary
Source§impl Default for MaterialLibrary
impl Default for MaterialLibrary
Source§fn default() -> MaterialLibrary
fn default() -> MaterialLibrary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MaterialLibrary
impl RefUnwindSafe for MaterialLibrary
impl Send for MaterialLibrary
impl Sync for MaterialLibrary
impl Unpin for MaterialLibrary
impl UnsafeUnpin for MaterialLibrary
impl UnwindSafe for MaterialLibrary
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