Searched defs:structuralMemberInfo (Results 1 – 1 of 1) sorted by relevance
106 type structuralMemberInfo struct { struct107 Name string `xml:"name,attr"`108 Type string `xml:"type,attr"`109 Value string `xml:"values,attr"`110 Length string `xml:"len,attr"`111 AltLength string `xml:"altlen,attr"`112 Validstructs string `xml:"validstructs,attr"`113 RawXML string `xml:",innerxml"`114 Comment string `xml:"comment,attr"`115 Api string `xml:"api,attr"`[all …]