Struct azalea_core::Particle
source · pub struct Particle {
pub id: i32,
pub data: ParticleData,
}
Fields
id: i32
data: ParticleData
Trait Implementations
sourceimpl McBufReadable for Particle
impl McBufReadable for Particle
sourceimpl McBufWritable for Particle
impl McBufWritable for Particle
Auto Trait Implementations
impl RefUnwindSafe for Particle
impl Send for Particle
impl Sync for Particle
impl Unpin for Particle
impl UnwindSafe for Particle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more