(self)
| 273 | UVector4, |
| 274 | UnitVector2, |
| 275 | UnitVector3, |
| 276 | UnitVector4, |
| 277 | Matrix(Box<MatrixShape>), |
| 278 | Transform2D, |
| 279 | Transform3D, |
| 280 | Quaternion, |
| 281 | PostProcessSet, |
| 282 | VisualAccessibilitySettings, |
| 283 | Array, |
| 284 | Object, |
| 285 | Mixed, |
| 286 | } |
| 287 | |
| 288 | impl VariantKind { |
| 289 | #[inline] |
| 290 | pub const fn as_str(self) -> &'static str { |
| 291 | match self { |
no outgoing calls