Skip to main content

IPhotographSelectBodyAccMenuItemMethods

Trait IPhotographSelectBodyAccMenuItemMethods 

Source
pub trait IPhotographSelectBodyAccMenuItemMethods: IPhotographSelectBodyAccMenuItem {
    // Provided methods
    fn get_is_current(self) -> bool { ... }
    fn get_is_mascot(self) -> bool { ... }
    fn ctor(
        self,
        body_acc_data: impl Into<AccessoryData>,
        dispos_manager: impl Into<PhotographDisposManager>,
        is_current: impl Into<bool>,
        gender: impl Into<AccessoryShopUtility_Female>,
    ) { ... }
    fn on_select(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn get_is_current(self) -> bool

get_IsCurrent() overload

Source

fn get_is_mascot(self) -> bool

get_IsMascot() overload

Source

fn ctor( self, body_acc_data: impl Into<AccessoryData>, dispos_manager: impl Into<PhotographDisposManager>, is_current: impl Into<bool>, gender: impl Into<AccessoryShopUtility_Female>, )

.ctor(crate::app::accessorydata::AccessoryData, crate::app::photographdisposmanager::PhotographDisposManager, bool, crate::app::accessoryshoputility::AccessoryShopUtility_Female) overload

Source

fn on_select(self)

OnSelect() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() 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§

Source§

impl<__T: IPhotographSelectBodyAccMenuItem> IPhotographSelectBodyAccMenuItemMethods for __T

Available on crate feature app-photographselectbodyaccmenuitem only.