Skip to main content

Module feature_generated

Module feature_generated 

Source

Structs§

CityFeature
CityFeatureArgs
CityFeatureBuilder
CityObject
CityObjectArgs
CityObjectBuilder
CityObjectType
Vertex

Enums§

CityFeatureOffset
CityObjectOffset

Constants§

ENUM_MAX_CITY_OBJECT_TYPEDeprecated
ENUM_MIN_CITY_OBJECT_TYPEDeprecated
ENUM_VALUES_CITY_OBJECT_TYPEDeprecated

Functions§

finish_city_feature_buffer
finish_size_prefixed_city_feature_buffer
root_as_city_feature
Verifies that a buffer of bytes contains a CityFeature and returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior use root_as_city_feature_unchecked.
root_as_city_feature_unchecked
Assumes, without verification, that a buffer of bytes contains a CityFeature and returns it.
root_as_city_feature_with_opts
Verifies, with the given options, that a buffer of bytes contains a CityFeature and returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior use root_as_city_feature_unchecked.
size_prefixed_root_as_city_feature
Verifies that a buffer of bytes contains a size prefixed CityFeature and returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior use size_prefixed_root_as_city_feature_unchecked.
size_prefixed_root_as_city_feature_unchecked
Assumes, without verification, that a buffer of bytes contains a size prefixed CityFeature and returns it.
size_prefixed_root_as_city_feature_with_opts
Verifies, with the given verifier options, that a buffer of bytes contains a size prefixed CityFeature and returns it. Note that verification is still experimental and may not catch every error, or be maximally performant. For the previous, unchecked, behavior use root_as_city_feature_unchecked.