pub trait IDebugUI_ButtonMethods: IDebugUI_Button {
// Provided methods
fn get_action(self) -> Action { ... }
fn set_action(self, value: impl Into<Action>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_action(self) -> Action
fn get_action(self) -> Action
get_action() overload
Sourcefn set_action(self, value: impl Into<Action>)
fn set_action(self, value: impl Into<Action>)
set_action(crate::system::action::Action) 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§
impl<__T: IDebugUI_Button> IDebugUI_ButtonMethods for __T
Available on crate feature
unity_engine-rendering-debugui only.