#[repr(C)]pub struct ParticleSystem_EmitParams {
pub m_particle: ParticleSystem_Particle,
pub m_position_set: bool,
pub m_velocity_set: bool,
pub m_axis_of_rotation_set: bool,
pub m_rotation_set: bool,
pub m_angular_velocity_set: bool,
pub m_start_size_set: bool,
pub m_start_color_set: bool,
pub m_random_seed_set: bool,
pub m_start_lifetime_set: bool,
pub m_mesh_index_set: bool,
pub m_apply_shape_to_position: bool,
}Expand description
Fields§
§m_particle: ParticleSystem_Particle§m_position_set: bool§m_velocity_set: bool§m_axis_of_rotation_set: bool§m_rotation_set: bool§m_angular_velocity_set: bool§m_start_size_set: bool§m_start_color_set: bool§m_random_seed_set: bool§m_start_lifetime_set: bool§m_mesh_index_set: bool§m_apply_shape_to_position: boolTrait Implementations§
Source§impl Clone for ParticleSystem_EmitParams
impl Clone for ParticleSystem_EmitParams
Source§fn clone(&self) -> ParticleSystem_EmitParams
fn clone(&self) -> ParticleSystem_EmitParams
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_EmitParams
Auto Trait Implementations§
impl Freeze for ParticleSystem_EmitParams
impl RefUnwindSafe for ParticleSystem_EmitParams
impl Send for ParticleSystem_EmitParams
impl Sync for ParticleSystem_EmitParams
impl Unpin for ParticleSystem_EmitParams
impl UnwindSafe for ParticleSystem_EmitParams
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)