Skip to main content

IEditorPrefs_Int

Trait IEditorPrefs_Int 

Source
pub trait IEditorPrefs_Int: IObject {
    // Provided methods
    fn key(self) -> Il2CppString { ... }
    fn set_key(self, value: Il2CppString) { ... }
    fn default_value(self) -> i32 { ... }
    fn set_default_value(self, value: i32) { ... }
}

Provided Methods§

Source

fn key(self) -> Il2CppString

Source

fn set_key(self, value: Il2CppString)

Source

fn default_value(self) -> i32

Source

fn set_default_value(self, value: i32)

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§