pub struct MaterialValue { /* private fields */ }Trait Implementations§
Source§impl Clone for MaterialValue
impl Clone for MaterialValue
Source§fn clone(&self) -> MaterialValue
fn clone(&self) -> MaterialValue
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 moreSource§impl Debug for MaterialValue
impl Debug for MaterialValue
Source§impl Default for MaterialValue
impl Default for MaterialValue
Source§fn default() -> MaterialValue
fn default() -> MaterialValue
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MaterialValue
impl RefUnwindSafe for MaterialValue
impl Send for MaterialValue
impl Sync for MaterialValue
impl Unpin for MaterialValue
impl UnsafeUnpin for MaterialValue
impl UnwindSafe for MaterialValue
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