../standard/minimal.xml 0 0 Small enum that fits into `u8`. First entry Second entry Third entry Fourth entry Large enum that requires larger container type size. First entry Second entry Third entry Fourth entry Small bitmask that fits into `u8`. 8th bit: 00000001. 7th bit: 00000010. 6th bit: 00000100. 5th bit: 00001000. Large bitmask that requires larger container type size. 32nd bit: 00000000 00000000 00000000 00000001. 24rd bit: 00000000 00000000 00000001 00000000. 16th bit: 00000000 00000001 00000000 00000000. 8th bit: 00000001 00000000 00000000 00000000. Enum with a peculiar name that starts with a numeric character. Enum entry that starts with a numeric character Bitmask with a peculiar name that starts with a numeric character. Bitmask flag that starts with a numeric character Enum to test collision with `Debug`. Enum entry to test collision with `Debug` Enum entry to test collision with `Clone` Enum entry to test collision with `Default` Bitmask to test collision with `Clone`. First flag Bitmask to test collision with `Copy`. First flag Bitmask to test collision with `Default`. First flag Bitmask to test collision with `From`. First flag Bitmask to test collision with `TryFrom`. First flag Bitmask to test collision with `Into`. First flag Bitmask to test collision with `TryInto`. First flag MAVInspect message compatible with MAVLink 1 Plain `uint8_t` value. Plain `int16_t` value. Array of 4 `uint16_t`. Array of 4 `uint16_t`. Small enum in native container type. Small enum in signed container of native size. Small enum in larger container type. Small enum in larger signed container type. Small enum in small array. Small enum in small array of larger container types. Small enum in large array. Large enum. Large enum array. Small bitmask in native container type. Small bitmask in signed container of native size. Small bitmask in larger container type. Small bitmask in larger signed container type. Small bitmask in small array. Small bitmask in large array. Large bitmask. Field that starts with a numeric character (enum). Field that starts with a numeric character (bitmask). Field has a Rust keyword name. Extension with primitive type `uint8_t`. Extension with array type `uint16_t[4]`. MAVInspect message to test collision with `Debug` Field that refers to reserved `Debug` name. Field that refers to reserved `Clone` name. Field that refers to reserved `Copy` name. Field that refers to reserved `Clone` name. Field that refers to reserved `From` name. Field that refers to reserved `TryFrom` name. Field that refers to reserved `Into` name. Field that refers to reserved `TryInto` name. MAVInspect message to test collision with `Clone` Field that refers to reserved `Clone` name. MAVInspect message to test collision with `Clone` Field that refers to reserved `Clone` name. MAVInspect message to test collision with `From` Field that refers to reserved `From` name. MAVInspect message to test collision with `TryFrom` Field that refers to reserved `TryFrom` name. MAVInspect message to test collision with `Into` Field that refers to reserved `Into` name. MAVInspect message to test collision with `TryInto` Field that refers to reserved `TryInto` name. MAVInspect message to test collision with `Copy` Field that refers to reserved `Copy` name. MAVInspect message to test messages which starts from numeric character Field that starts from numeric character.