pub enum ParticleStatus {
All,
Decreased,
Minimal,
}Expand description
Статус видимости партиклов
Variants§
Trait Implementations§
Source§impl Buffer for ParticleStatus
impl Buffer for ParticleStatus
Source§impl Clone for ParticleStatus
impl Clone for ParticleStatus
Source§fn clone(&self) -> ParticleStatus
fn clone(&self) -> ParticleStatus
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 moreSource§impl Debug for ParticleStatus
impl Debug for ParticleStatus
Source§impl PartialEq for ParticleStatus
impl PartialEq for ParticleStatus
Source§fn eq(&self, other: &ParticleStatus) -> bool
fn eq(&self, other: &ParticleStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ParticleStatus
impl PartialOrd for ParticleStatus
impl StructuralPartialEq for ParticleStatus
Auto Trait Implementations§
impl Freeze for ParticleStatus
impl RefUnwindSafe for ParticleStatus
impl Send for ParticleStatus
impl Sync for ParticleStatus
impl Unpin for ParticleStatus
impl UnsafeUnpin for ParticleStatus
impl UnwindSafe for ParticleStatus
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