Skip to main content

IRefineShopExchangeCountMenu

Trait IRefineShopExchangeCountMenu 

Source
pub trait IRefineShopExchangeCountMenu: IBasicMenu {
    // Provided methods
    fn m_times(self) -> i32 { ... }
    fn set_m_times(self, value: i32) { ... }
    fn m_min(self) -> bool { ... }
    fn set_m_min(self, value: bool) { ... }
    fn m_max(self) -> bool { ... }
    fn set_m_max(self, value: bool) { ... }
    fn m_close_event_handler(
        self,
    ) -> RefineShopExchangeCountMenu_CloseEventHandler { ... }
    fn set_m_close_event_handler(
        self,
        value: RefineShopExchangeCountMenu_CloseEventHandler,
    ) { ... }
}

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§