struct Line { field start: Point; field end: Point; } struct Point { field x: Int32; field y: Int32; }