pub struct ParticleOptions {
pub particle_type: Identifier,
}Fields§
§particle_type: IdentifierTrait Implementations§
Auto Trait Implementations§
impl Freeze for ParticleOptions
impl RefUnwindSafe for ParticleOptions
impl Send for ParticleOptions
impl Sync for ParticleOptions
impl Unpin for ParticleOptions
impl UnsafeUnpin for ParticleOptions
impl UnwindSafe for ParticleOptions
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