#[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 · 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 CPUParticlesEmissionShape
impl Debug for CPUParticlesEmissionShape
Source§impl Hash for CPUParticlesEmissionShape
impl Hash for CPUParticlesEmissionShape
impl Copy for CPUParticlesEmissionShape
impl Eq for CPUParticlesEmissionShape
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