Skip to main content

IRefineRingInfoWindow_RingRefineStatistics

Trait IRefineRingInfoWindow_RingRefineStatistics 

Source
pub trait IRefineRingInfoWindow_RingRefineStatistics: IObject {
Show 18 methods // Provided methods fn m_name(self) -> Il2CppString { ... } fn set_m_name(self, value: Il2CppString) { ... } fn m_exist_s(self) -> bool { ... } fn set_m_exist_s(self, value: bool) { ... } fn m_exist_a(self) -> bool { ... } fn set_m_exist_a(self, value: bool) { ... } fn m_exist_b(self) -> bool { ... } fn set_m_exist_b(self, value: bool) { ... } fn m_exist_c(self) -> bool { ... } fn set_m_exist_c(self, value: bool) { ... } fn m_refined_s(self) -> bool { ... } fn set_m_refined_s(self, value: bool) { ... } fn m_refined_a(self) -> bool { ... } fn set_m_refined_a(self, value: bool) { ... } fn m_refined_b(self) -> bool { ... } fn set_m_refined_b(self, value: bool) { ... } fn m_refined_c(self) -> bool { ... } fn set_m_refined_c(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_name(self) -> Il2CppString

Source

fn set_m_name(self, value: Il2CppString)

Source

fn m_exist_s(self) -> bool

Source

fn set_m_exist_s(self, value: bool)

Source

fn m_exist_a(self) -> bool

Source

fn set_m_exist_a(self, value: bool)

Source

fn m_exist_b(self) -> bool

Source

fn set_m_exist_b(self, value: bool)

Source

fn m_exist_c(self) -> bool

Source

fn set_m_exist_c(self, value: bool)

Source

fn m_refined_s(self) -> bool

Source

fn set_m_refined_s(self, value: bool)

Source

fn m_refined_a(self) -> bool

Source

fn set_m_refined_a(self, value: bool)

Source

fn m_refined_b(self) -> bool

Source

fn set_m_refined_b(self, value: bool)

Source

fn m_refined_c(self) -> bool

Source

fn set_m_refined_c(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§