Struct aframe::component::MaterialProps [−][src]
#[repr(transparent)]pub struct MaterialProps(pub Cow<'static, [(Cow<'static, str>, Cow<'static, str>)]>);Expand description
Additional properties for the Material component. Contains a slice or vector of property names to property values.
Tuple Fields
0: Cow<'static, [(Cow<'static, str>, Cow<'static, str>)]>Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MaterialProps
impl Send for MaterialProps
impl Sync for MaterialProps
impl Unpin for MaterialProps
impl UnwindSafe for MaterialProps
Blanket Implementations
Mutably borrows from an owned value. Read more