Skip to main content

IInspectorComment

Trait IInspectorComment 

Source
pub trait IInspectorComment: IPropertyAttribute {
    // Provided methods
    fn name(self) -> Il2CppString { ... }
    fn set_name(self, value: Il2CppString) { ... }
    fn color(self) -> Il2CppString { ... }
    fn set_color(self, value: Il2CppString) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§