pub struct ParticleType {
pub key: Identifier,
pub override_limiter: bool,
}Expand description
Built-in particle type registry entry used by vanilla particle option codecs.
Fields§
§key: Identifier§override_limiter: boolTrait Implementations§
Source§impl Debug for ParticleType
impl Debug for ParticleType
Auto Trait Implementations§
impl Freeze for ParticleType
impl RefUnwindSafe for ParticleType
impl Send for ParticleType
impl Sync for ParticleType
impl Unpin for ParticleType
impl UnsafeUnpin for ParticleType
impl UnwindSafe for ParticleType
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