pub trait IPhotographSelectAreaMenu_MenuItem: IBasicMenuItem {
// Provided methods
fn m_area_data(self) -> PhotographSpotData { ... }
fn set_m_area_data(self, value: PhotographSpotData) { ... }
fn m_select_handler(self) -> PhotographSelectAreaMenu_SelectHandler { ... }
fn set_m_select_handler(self, value: PhotographSelectAreaMenu_SelectHandler) { ... }
}Provided Methods§
fn m_area_data(self) -> PhotographSpotData
fn set_m_area_data(self, value: PhotographSpotData)
fn m_select_handler(self) -> PhotographSelectAreaMenu_SelectHandler
fn set_m_select_handler(self, value: PhotographSelectAreaMenu_SelectHandler)
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.