Skip to main content

ISortieInventoryManager_SelectionInfoMethods

Trait ISortieInventoryManager_SelectionInfoMethods 

Source
pub trait ISortieInventoryManager_SelectionInfoMethods: ISortieInventoryManager_SelectionInfo {
Show 14 methods // Provided methods fn reset(self) { ... } fn is_mode_none(self) -> bool { ... } fn is_mode_trade(self) -> bool { ... } fn reset_mode(self) { ... } fn get_unit_item(self) -> UnitItem { ... } fn get_mode(self) -> SortieInventoryManager_SelectionInfo_Modes { ... } fn set_mode( self, value: impl Into<SortieInventoryManager_SelectionInfo_Modes>, ) { ... } fn get_is_unit(self) -> bool { ... } fn set_is_unit(self, value: impl Into<bool>) { ... } fn get_unit(self) -> Unit { ... } fn set_unit(self, value: impl Into<Unit>) { ... } fn get_owner_item_index(self) -> i32 { ... } fn set_owner_item_index(self, value: impl Into<i32>) { ... } fn ctor(self) { ... }
}

Provided Methods§

Source

fn reset(self)

Reset() overload

Source

fn is_mode_none(self) -> bool

IsModeNone() overload

Source

fn is_mode_trade(self) -> bool

IsModeTrade() overload

Source

fn reset_mode(self)

ResetMode() overload

Source

fn get_unit_item(self) -> UnitItem

GetUnitItem() overload

Source

fn get_mode(self) -> SortieInventoryManager_SelectionInfo_Modes

get_Mode() overload

Source

fn set_mode(self, value: impl Into<SortieInventoryManager_SelectionInfo_Modes>)

set_Mode(crate::app::sortieinventorymanager::SortieInventoryManager_SelectionInfo_Modes) overload

Source

fn get_is_unit(self) -> bool

get_IsUnit() overload

Source

fn set_is_unit(self, value: impl Into<bool>)

set_IsUnit(bool) overload

Source

fn get_unit(self) -> Unit

get_Unit() overload

Source

fn set_unit(self, value: impl Into<Unit>)

set_Unit(crate::app::unit::Unit) overload

Source

fn get_owner_item_index(self) -> i32

get_OwnerItemIndex() overload

Source

fn set_owner_item_index(self, value: impl Into<i32>)

set_OwnerItemIndex(i32) overload

Source

fn ctor(self)

.ctor() 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: ISortieInventoryManager_SelectionInfo> ISortieInventoryManager_SelectionInfoMethods for __T

Available on crate feature app-sortieinventorymanager only.