models/scanned_system
Types
pub type ScannedSystem {
ScannedSystem(
symbol: system_symbol.SystemSymbol,
sector_symbol: sector_symbol.SectorSymbol,
type_: system_type.SystemType,
x: Int,
y: Int,
distance: Int,
)
}
Constructors
-
ScannedSystem( symbol: system_symbol.SystemSymbol, sector_symbol: sector_symbol.SectorSymbol, type_: system_type.SystemType, x: Int, y: Int, distance: Int, )
Values
pub fn decoder() -> decode.Decoder(ScannedSystem)