Element := struct { width: int, height: int, x: u16, y: u16, id: int, } create_element := fn(): Element { return Element.(0, 0, 0, 0, 0) }