#[repr(i32)]pub enum ParticleRotationFlag {
None = 0,
Relative = 2,
AlwaysSet = 4,
}Expand description
Particle rotation flags (PAR_.rotationFlags, v18+)
Variants§
Trait Implementations§
Source§impl Clone for ParticleRotationFlag
impl Clone for ParticleRotationFlag
Source§fn clone(&self) -> ParticleRotationFlag
fn clone(&self) -> ParticleRotationFlag
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 ParticleRotationFlag
Source§impl Debug for ParticleRotationFlag
impl Debug for ParticleRotationFlag
impl Eq for ParticleRotationFlag
Source§impl Hash for ParticleRotationFlag
impl Hash for ParticleRotationFlag
Source§impl PartialEq for ParticleRotationFlag
impl PartialEq for ParticleRotationFlag
impl StructuralPartialEq for ParticleRotationFlag
Auto Trait Implementations§
impl Freeze for ParticleRotationFlag
impl RefUnwindSafe for ParticleRotationFlag
impl Send for ParticleRotationFlag
impl Sync for ParticleRotationFlag
impl Unpin for ParticleRotationFlag
impl UnsafeUnpin for ParticleRotationFlag
impl UnwindSafe for ParticleRotationFlag
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