Skip to main content

IEditorPrefs_BoolMethods

Trait IEditorPrefs_BoolMethods 

Source
pub trait IEditorPrefs_BoolMethods: IEditorPrefs_Bool {
    // Provided methods
    fn ctor(self, name: impl Into<Il2CppString>, dv: impl Into<bool>) { ... }
    fn get_value(self) -> bool { ... }
    fn set_value(self, value: impl Into<bool>) { ... }
}

Provided Methods§

Source

fn ctor(self, name: impl Into<Il2CppString>, dv: impl Into<bool>)

.ctor(::unity::Il2CppString, bool) overload

Source

fn get_value(self) -> bool

get_Value() overload

Source

fn set_value(self, value: impl Into<bool>)

set_Value(bool) overload

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§

Source§

impl<__T: IEditorPrefs_Bool> IEditorPrefs_BoolMethods for __T

Available on crate feature combat-editorprefs_bool only.