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

Method struct_fields

perro_editor/res/scripts/ui/editor_inspector_values.rs:1667–1672  ·  view source on GitHub ↗
(&self, struct_name: &str)

Source from the content-addressed store, hash-verified

1665 fn module(&self) -> &str;
1666 fn short_module(&self) -> &str;
1667 fn origin(&self) -> &str;
1668}
1669
1670impl ScriptTypeDef for ScriptStruct {
1671 fn name(&self) -> &str {
1672 &self.name
1673 }
1674
1675 fn module(&self) -> &str {

Calls 2

getMethod · 0.45
as_sliceMethod · 0.45

Tested by

no test coverage detected