Struct azalea_core::GlobalPos
source · pub struct GlobalPos {
pub pos: BlockPos,
pub world: ResourceLocation,
}
Expand description
A block pos with an attached world
Fields
pos: BlockPos
world: ResourceLocation
Trait Implementations
sourceimpl McBufReadable for GlobalPos
impl McBufReadable for GlobalPos
sourceimpl McBufWritable for GlobalPos
impl McBufWritable for GlobalPos
Auto Trait Implementations
impl RefUnwindSafe for GlobalPos
impl Send for GlobalPos
impl Sync for GlobalPos
impl Unpin for GlobalPos
impl UnwindSafe for GlobalPos
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