Is it possible to declare Point2f src1 before main and declare src1 = {x,y} without adding Point2f

is it possible to declare Point2f src1 before main and assign src1 = {x,y} without adding Point2f

if this is about c++ (is it ?), no, it is not possible.

please explain, why you want to do it that way, the context, else we can’t help, thank you.