Struct azalea_core::BlockParticle
source · pub struct BlockParticle {
pub block_state: i32,
}
Fields
block_state: i32
Trait Implementations
sourceimpl Clone for BlockParticle
impl Clone for BlockParticle
sourcefn clone(&self) -> BlockParticle
fn clone(&self) -> BlockParticle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BlockParticle
impl Debug for BlockParticle
sourceimpl McBufReadable for BlockParticle
impl McBufReadable for BlockParticle
sourceimpl McBufWritable for BlockParticle
impl McBufWritable for BlockParticle
Auto Trait Implementations
impl RefUnwindSafe for BlockParticle
impl Send for BlockParticle
impl Sync for BlockParticle
impl Unpin for BlockParticle
impl UnwindSafe for BlockParticle
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