#[repr(C)]pub struct ParticleSystemShapeType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl ParticleSystemShapeType
impl ParticleSystemShapeType
pub fn sphere() -> Self
pub fn sphere_shell() -> Self
pub fn hemisphere() -> Self
pub fn hemisphere_shell() -> Self
pub fn cone() -> Self
pub fn box() -> Self
pub fn mesh() -> Self
pub fn cone_shell() -> Self
pub fn cone_volume() -> Self
pub fn cone_volume_shell() -> Self
pub fn circle() -> Self
pub fn circle_edge() -> Self
pub fn single_sided_edge() -> Self
pub fn mesh_renderer() -> Self
pub fn skinned_mesh_renderer() -> Self
pub fn box_shell() -> Self
pub fn box_edge() -> Self
pub fn donut() -> Self
pub fn rectangle() -> Self
pub fn sprite() -> Self
pub fn sprite_renderer() -> Self
Trait Implementations§
Source§impl Clone for ParticleSystemShapeType
impl Clone for ParticleSystemShapeType
Source§fn clone(&self) -> ParticleSystemShapeType
fn clone(&self) -> ParticleSystemShapeType
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 moreSource§impl Debug for ParticleSystemShapeType
impl Debug for ParticleSystemShapeType
Source§impl PartialEq for ParticleSystemShapeType
impl PartialEq for ParticleSystemShapeType
impl Copy for ParticleSystemShapeType
impl Eq for ParticleSystemShapeType
impl StructuralPartialEq for ParticleSystemShapeType
Auto Trait Implementations§
impl Freeze for ParticleSystemShapeType
impl RefUnwindSafe for ParticleSystemShapeType
impl Send for ParticleSystemShapeType
impl Sync for ParticleSystemShapeType
impl Unpin for ParticleSystemShapeType
impl UnwindSafe for ParticleSystemShapeType
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)