Skip to main content

IEditorPrefs_String

Trait IEditorPrefs_String 

Source
pub trait IEditorPrefs_String: IObject {
    // Provided methods
    fn key(self) -> Il2CppString { ... }
    fn set_key(self, value: Il2CppString) { ... }
    fn default_value(self) -> Il2CppString { ... }
    fn set_default_value(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§