pub struct MorphSolid {
pub color: StraightSRgba8,
pub morph_color: StraightSRgba8,
}
Fields§
§color: StraightSRgba8
§morph_color: StraightSRgba8
Trait Implementations§
Source§impl Clone for MorphSolid
impl Clone for MorphSolid
Source§fn clone(&self) -> MorphSolid
fn clone(&self) -> MorphSolid
Returns a copy 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 moreSource§impl Debug for MorphSolid
impl Debug for MorphSolid
Source§impl<'de> Deserialize<'de> for MorphSolid
impl<'de> Deserialize<'de> for MorphSolid
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for MorphSolid
impl Hash for MorphSolid
Source§impl Ord for MorphSolid
impl Ord for MorphSolid
Source§fn cmp(&self, other: &MorphSolid) -> Ordering
fn cmp(&self, other: &MorphSolid) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MorphSolid
impl PartialEq for MorphSolid
Source§impl PartialOrd for MorphSolid
impl PartialOrd for MorphSolid
Source§impl Serialize for MorphSolid
impl Serialize for MorphSolid
impl Copy for MorphSolid
impl Eq for MorphSolid
impl StructuralPartialEq for MorphSolid
Auto Trait Implementations§
impl Freeze for MorphSolid
impl RefUnwindSafe for MorphSolid
impl Send for MorphSolid
impl Sync for MorphSolid
impl Unpin for MorphSolid
impl UnwindSafe for MorphSolid
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