pub struct ManifoldMaterial { /* private fields */ }Trait Implementations§
Source§impl Clone for ManifoldMaterial
impl Clone for ManifoldMaterial
Source§fn clone(&self) -> ManifoldMaterial
fn clone(&self) -> ManifoldMaterial
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ManifoldMaterial
Auto Trait Implementations§
impl Freeze for ManifoldMaterial
impl RefUnwindSafe for ManifoldMaterial
impl Send for ManifoldMaterial
impl Sync for ManifoldMaterial
impl Unpin for ManifoldMaterial
impl UnsafeUnpin for ManifoldMaterial
impl UnwindSafe for ManifoldMaterial
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