Skip to main content

ISortieEntrustStockData

Trait ISortieEntrustStockData 

Source
pub trait ISortieEntrustStockData: IObject {
    // Provided methods
    fn m_unit_item(self) -> UnitItem { ... }
    fn set_m_unit_item(self, value: UnitItem) { ... }
    fn m_item_data(self) -> ItemData { ... }
    fn set_m_item_data(self, value: ItemData) { ... }
    fn m_stock_count(self) -> i32 { ... }
    fn set_m_stock_count(self, value: i32) { ... }
    fn m_assigned_count(self) -> i32 { ... }
    fn set_m_assigned_count(self, value: i32) { ... }
}

Provided Methods§

Source

fn m_unit_item(self) -> UnitItem

Source

fn set_m_unit_item(self, value: UnitItem)

Source

fn m_item_data(self) -> ItemData

Source

fn set_m_item_data(self, value: ItemData)

Source

fn m_stock_count(self) -> i32

Source

fn set_m_stock_count(self, value: i32)

Source

fn m_assigned_count(self) -> i32

Source

fn set_m_assigned_count(self, value: i32)

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§