Struct StandardMaterial
pub struct StandardMaterial(/* private fields */);Expand description
Contains property types of Standard material.
Trait Implementations§
§impl Clone for StandardMaterial
impl Clone for StandardMaterial
§fn clone(&self) -> StandardMaterial
fn clone(&self) -> StandardMaterial
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl MetaclassConstraint for StandardMaterial
impl MetaclassConstraint for StandardMaterial
§fn get_static_metaclass() -> &'static Metaclass
fn get_static_metaclass() -> &'static Metaclass
Gets metaclass associated with a given type.
Auto Trait Implementations§
impl Freeze for StandardMaterial
impl RefUnwindSafe for StandardMaterial
impl Send for StandardMaterial
impl Sync for StandardMaterial
impl Unpin for StandardMaterial
impl UnwindSafe for StandardMaterial
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