Struct entmet_lib::datatypes::GlobalPosition
source · pub struct GlobalPosition {
pub identifier: Identifier,
pub position: Position,
}Expand description
A struct to describe a Global Position ( world and position )
Fields§
§identifier: Identifierworld name
position: PositionPosition in the named world
Auto Trait Implementations§
impl Freeze for GlobalPosition
impl RefUnwindSafe for GlobalPosition
impl Send for GlobalPosition
impl Sync for GlobalPosition
impl Unpin for GlobalPosition
impl UnwindSafe for GlobalPosition
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more