Module rg3d_core::inspect[][src]

Expand description

Lightweight read-only runtime reflection.

See Inspect for more info.

Structs

Information about a property of an object.

Enums

An error that can occur during “type casting”

Traits

A trait that allows you to “look inside” an object that implements it. It is used for lightweight runtime read-only reflection. The most common use case for it is various editors.

A value of a property.

Derive Macros

Implements Inspect trait