#[repr(u32)]pub enum CPUParticlesEmissionShape {
Point = 0,
Sphere = 1,
Box = 2,
Points = 3,
DirectedPoints = 4,
}Variants§
Trait Implementations§
Source§impl Clone for CPUParticlesEmissionShape
impl Clone for CPUParticlesEmissionShape
Source§fn clone(&self) -> CPUParticlesEmissionShape
fn clone(&self) -> CPUParticlesEmissionShape
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CPUParticlesEmissionShape
Source§impl Debug for CPUParticlesEmissionShape
impl Debug for CPUParticlesEmissionShape
impl Eq for CPUParticlesEmissionShape
Source§impl Hash for CPUParticlesEmissionShape
impl Hash for CPUParticlesEmissionShape
Source§impl PartialEq for CPUParticlesEmissionShape
impl PartialEq for CPUParticlesEmissionShape
Source§fn eq(&self, other: &CPUParticlesEmissionShape) -> bool
fn eq(&self, other: &CPUParticlesEmissionShape) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CPUParticlesEmissionShape
Auto Trait Implementations§
impl Freeze for CPUParticlesEmissionShape
impl RefUnwindSafe for CPUParticlesEmissionShape
impl Send for CPUParticlesEmissionShape
impl Sync for CPUParticlesEmissionShape
impl Unpin for CPUParticlesEmissionShape
impl UnsafeUnpin for CPUParticlesEmissionShape
impl UnwindSafe for CPUParticlesEmissionShape
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