SuggestUseAutoProperty rule suggests using auto-property (member val) on types with Struct attribute.
But using member val in such types results in compiler error:
error FS0901: Structs cannot contain value definitions because the default constructor for structs will not execute these bindings. Consider adding additional arguments to the primary constructor for the type.