Skip to main content

IEditorPrefs_Bool

Trait IEditorPrefs_Bool 

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

Provided Methods§

Source

fn key(self) -> Il2CppString

Source

fn set_key(self, value: Il2CppString)

Source

fn default_value(self) -> bool

Source

fn set_default_value(self, value: bool)

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§