Skip to main content

ITMP_Style

Trait ITMP_Style 

Source
pub trait ITMP_Style: IObject {
Show 16 methods // Provided methods fn m_name(self) -> Il2CppString { ... } fn set_m_name(self, value: Il2CppString) { ... } fn m_hash_code(self) -> i32 { ... } fn set_m_hash_code(self, value: i32) { ... } fn m_opening_definition(self) -> Il2CppString { ... } fn set_m_opening_definition(self, value: Il2CppString) { ... } fn m_closing_definition(self) -> Il2CppString { ... } fn set_m_closing_definition(self, value: Il2CppString) { ... } fn m_opening_tag_array(self) -> Array<i32> { ... } fn set_m_opening_tag_array(self, value: Array<i32>) { ... } fn m_closing_tag_array(self) -> Array<i32> { ... } fn set_m_closing_tag_array(self, value: Array<i32>) { ... } fn m_opening_tag_unicode_array(self) -> Array<u32> { ... } fn set_m_opening_tag_unicode_array(self, value: Array<u32>) { ... } fn m_closing_tag_unicode_array(self) -> Array<u32> { ... } fn set_m_closing_tag_unicode_array(self, value: Array<u32>) { ... }
}

Provided Methods§

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§