Struct classicube_sys::Particle
source ·
[−]#[repr(C)]pub struct Particle {
pub velocity: Vec3,
pub lifetime: f32,
pub lastPos: Vec3,
pub nextPos: Vec3,
pub size: f32,
}Fields
velocity: Vec3lifetime: f32lastPos: Vec3nextPos: Vec3size: f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Particle
impl UnwindSafe for Particle
Blanket Implementations
Mutably borrows from an owned value. Read more
