Macrosยง
- impl_
value_ ๐getter
Structsยง
- Property
Names Long - A struct capable of looking up a property name from a value
Access its data by calling
Self::as_borrowed()and using the methods onPropertyNamesLongBorrowed. - Property
Names Long Borrowed - A borrowed wrapper around property value name-to-enum data, returned by
PropertyNamesLong::as_borrowed(). More efficient to query. - Property
Names Short - A struct capable of looking up a property name from a value
Access its data by calling
Self::as_borrowed()and using the methods onPropertyNamesShortBorrowed. - Property
Names Short Borrowed - A borrowed wrapper around property value name-to-enum data, returned by
PropertyNamesShort::as_borrowed(). More efficient to query. - Property
Parser - A struct capable of looking up a property value from a string name.
Access its data by calling
Self::as_borrowed()and using the methods onPropertyParserBorrowed. - Property
Parser Borrowed - A borrowed wrapper around property value name-to-enum data, returned by
PropertyParser::as_borrowed(). More efficient to query.
Traitsยง
- Named
Enumerated Property - A property whose value names can be represented as strings.
- Parseable
Enumerated Property - A property whose value names can be parsed from strings.
- Property
Enum ToValue Name Lookup
Functionsยง
- get_
loose_ ๐u16 - Avoid monomorphizing multiple copies of this function
- get_
strict_ ๐u16 - Avoid monomorphizing multiple copies of this function