(self)
| 291 | } |
| 292 | |
| 293 | fn to_i32(self) -> i32 { |
| 294 | match self { |
| 295 | BgeoAttributeType::Float => 0, |
| 296 | BgeoAttributeType::Int => 1, |
| 297 | BgeoAttributeType::String => 2, |
| 298 | BgeoAttributeType::IndexedString => 4, |
| 299 | BgeoAttributeType::Vector => 5, |
| 300 | } |
| 301 | } |
| 302 | } |
| 303 | |
| 304 | /// Definition of a BGEO attribute |
no outgoing calls
no test coverage detected