Skip to main content

IGUIStyle

Trait IGUIStyle 

Source
pub trait IGUIStyle: IObject {
Show 28 methods // Provided methods fn m_ptr(self) -> IntPtr { ... } fn set_m_ptr(self, value: IntPtr) { ... } fn m_normal(self) -> GUIStyleState { ... } fn set_m_normal(self, value: GUIStyleState) { ... } fn m_hover(self) -> GUIStyleState { ... } fn set_m_hover(self, value: GUIStyleState) { ... } fn m_active(self) -> GUIStyleState { ... } fn set_m_active(self, value: GUIStyleState) { ... } fn m_focused(self) -> GUIStyleState { ... } fn set_m_focused(self, value: GUIStyleState) { ... } fn m_on_normal(self) -> GUIStyleState { ... } fn set_m_on_normal(self, value: GUIStyleState) { ... } fn m_on_hover(self) -> GUIStyleState { ... } fn set_m_on_hover(self, value: GUIStyleState) { ... } fn m_on_active(self) -> GUIStyleState { ... } fn set_m_on_active(self, value: GUIStyleState) { ... } fn m_on_focused(self) -> GUIStyleState { ... } fn set_m_on_focused(self, value: GUIStyleState) { ... } fn m_border(self) -> RectOffset { ... } fn set_m_border(self, value: RectOffset) { ... } fn m_padding(self) -> RectOffset { ... } fn set_m_padding(self, value: RectOffset) { ... } fn m_margin(self) -> RectOffset { ... } fn set_m_margin(self, value: RectOffset) { ... } fn m_overflow(self) -> RectOffset { ... } fn set_m_overflow(self, value: RectOffset) { ... } fn m_name(self) -> Il2CppString { ... } fn set_m_name(self, value: Il2CppString) { ... }
}

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§