Struct azalea_core::BlockPos
source · Fields
x: i32
y: i32
z: i32
Implementations
Trait Implementations
sourceimpl AddAssign<BlockPos> for BlockPos
impl AddAssign<BlockPos> for BlockPos
sourcefn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+=
operation. Read moresourceimpl From<&BlockPos> for ChunkBlockPos
impl From<&BlockPos> for ChunkBlockPos
sourceimpl From<&BlockPos> for ChunkSectionBlockPos
impl From<&BlockPos> for ChunkSectionBlockPos
sourceimpl From<BlockPos> for ChunkSectionPos
impl From<BlockPos> for ChunkSectionPos
sourceimpl McBufReadable for BlockPos
impl McBufReadable for BlockPos
sourceimpl McBufWritable for BlockPos
impl McBufWritable for BlockPos
impl Copy for BlockPos
impl Eq for BlockPos
impl StructuralEq for BlockPos
impl StructuralPartialEq for BlockPos
Auto Trait Implementations
impl RefUnwindSafe for BlockPos
impl Send for BlockPos
impl Sync for BlockPos
impl Unpin for BlockPos
impl UnwindSafe for BlockPos
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