#[repr(C)]pub struct ParticleSystem_PlaybackState {
pub m_accumulated_dt: f32,
pub m_start_delay: f32,
pub m_playback_time: f32,
pub m_ring_buffer_index: i32,
pub m_emission: ParticleSystem_PlaybackState_Emission,
pub m_initial: ParticleSystem_PlaybackState_Initial,
pub m_shape: ParticleSystem_PlaybackState_Shape,
pub m_force: ParticleSystem_PlaybackState_Force,
pub m_collision: ParticleSystem_PlaybackState_Collision,
pub m_noise: ParticleSystem_PlaybackState_Noise,
pub m_lights: ParticleSystem_PlaybackState_Lights,
pub m_trail: ParticleSystem_PlaybackState_Trail,
}Expand description
Fields§
§m_accumulated_dt: f32§m_start_delay: f32§m_playback_time: f32§m_ring_buffer_index: i32§m_emission: ParticleSystem_PlaybackState_Emission§m_initial: ParticleSystem_PlaybackState_Initial§m_shape: ParticleSystem_PlaybackState_Shape§m_force: ParticleSystem_PlaybackState_Force§m_collision: ParticleSystem_PlaybackState_Collision§m_noise: ParticleSystem_PlaybackState_Noise§m_lights: ParticleSystem_PlaybackState_Lights§m_trail: ParticleSystem_PlaybackState_TrailTrait Implementations§
Source§impl Clone for ParticleSystem_PlaybackState
impl Clone for ParticleSystem_PlaybackState
Source§fn clone(&self) -> ParticleSystem_PlaybackState
fn clone(&self) -> ParticleSystem_PlaybackState
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParticleSystem_PlaybackState
Auto Trait Implementations§
impl Freeze for ParticleSystem_PlaybackState
impl RefUnwindSafe for ParticleSystem_PlaybackState
impl Send for ParticleSystem_PlaybackState
impl Sync for ParticleSystem_PlaybackState
impl Unpin for ParticleSystem_PlaybackState
impl UnwindSafe for ParticleSystem_PlaybackState
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)