#[repr(u32)]pub enum ParticlesMaterialEmissionShape {
Point = 0,
Sphere = 1,
Box = 2,
Points = 3,
DirectedPoints = 4,
}Variants§
Trait Implementations§
Source§impl Clone for ParticlesMaterialEmissionShape
impl Clone for ParticlesMaterialEmissionShape
Source§fn clone(&self) -> ParticlesMaterialEmissionShape
fn clone(&self) -> ParticlesMaterialEmissionShape
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 PartialEq for ParticlesMaterialEmissionShape
impl PartialEq for ParticlesMaterialEmissionShape
Source§fn eq(&self, other: &ParticlesMaterialEmissionShape) -> bool
fn eq(&self, other: &ParticlesMaterialEmissionShape) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ParticlesMaterialEmissionShape
impl Eq for ParticlesMaterialEmissionShape
impl StructuralPartialEq for ParticlesMaterialEmissionShape
Auto Trait Implementations§
impl Freeze for ParticlesMaterialEmissionShape
impl RefUnwindSafe for ParticlesMaterialEmissionShape
impl Send for ParticlesMaterialEmissionShape
impl Sync for ParticlesMaterialEmissionShape
impl Unpin for ParticlesMaterialEmissionShape
impl UnwindSafe for ParticlesMaterialEmissionShape
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