MCPcopy Create free account
hub / github.com/PerroEngine/Perro / as_u64

Method as_u64

perro_source/core/perro_variant/src/variant.rs:275–288  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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
288impl VariantKind {
289 #[inline]
290 pub const fn as_str(self) -> &'static str {
291 match self {

Callers 15

from_variantMethod · 0.80
from_json_valueMethod · 0.80
to_json_valueMethod · 0.80
renderMethod · 0.80
prepareMethod · 0.80
rebuild_primitivesMethod · 0.80
push_nine_slice_shapesFunction · 0.80
push_image_shapeFunction · 0.80

Calls

no outgoing calls

Tested by 1