Enum ff_particles::EmissionShape
source · [−]Variants
Point
Rect
Sphere
Fields
radius: f32
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 EmissionShape
impl Send for EmissionShape
impl Sync for EmissionShape
impl Unpin for EmissionShape
impl UnwindSafe for EmissionShape
Blanket Implementations
Mutably borrows from an owned value. Read more