Struct ff_particles::ColorSerializable
source · [−]Fields
r: f32
g: f32
b: f32
a: f32
Trait Implementations
Performs the conversion.
Performs the conversion.
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 ColorSerializable
impl Send for ColorSerializable
impl Sync for ColorSerializable
impl Unpin for ColorSerializable
impl UnwindSafe for ColorSerializable
Blanket Implementations
Mutably borrows from an owned value. Read more