pub trait IBoolItem_1Methods<T0: ClassIdentity>: ClassIdentity {
// Provided methods
fn ctor(self, instance: T0)
where Self: Sized { ... }
fn get_bool(self) -> bool
where Self: Sized { ... }
fn set_bool(self, value: bool)
where Self: Sized { ... }
fn swap_bool(self)
where Self: Sized { ... }
fn get_column_name1(self) -> Il2CppString
where Self: Sized { ... }
fn a_call(self) -> MenuItem_Result
where Self: Sized { ... }
fn on_left_right(self, step: i32, is_trigger: bool)
where Self: Sized { ... }
}Provided Methods§
fn ctor(self, instance: T0)where
Self: Sized,
fn get_bool(self) -> boolwhere
Self: Sized,
fn set_bool(self, value: bool)where
Self: Sized,
fn swap_bool(self)where
Self: Sized,
fn get_column_name1(self) -> Il2CppStringwhere
Self: Sized,
fn a_call(self) -> MenuItem_Resultwhere
Self: Sized,
fn on_left_right(self, step: i32, is_trigger: bool)where
Self: Sized,
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.