Struct SignalsInCpuParticles2D
pub struct SignalsInCpuParticles2D<'c> { /* private fields */ }
Expand description
A collection of signals for the CpuParticles2D
class.
Implementations§
§impl<'c> SignalsInCpuParticles2D<'c>
impl<'c> SignalsInCpuParticles2D<'c>
pub fn finished(&mut self) -> SigFinished<'c>
pub fn finished(&mut self) -> SigFinished<'c>
Signature: ()
Auto Trait Implementations§
impl<'c> Freeze for SignalsInCpuParticles2D<'c>
impl<'c> RefUnwindSafe for SignalsInCpuParticles2D<'c>
impl<'c> !Send for SignalsInCpuParticles2D<'c>
impl<'c> !Sync for SignalsInCpuParticles2D<'c>
impl<'c> Unpin for SignalsInCpuParticles2D<'c>
impl<'c> !UnwindSafe for SignalsInCpuParticles2D<'c>
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