Skip to main content

IUnitRing

Trait IUnitRing 

Source
pub trait IUnitRing: ILinkNode_1<UnitRing> {
    // Provided methods
    fn m_data(self) -> RingData { ... }
    fn set_m_data(self, value: RingData) { ... }
    fn m_owner(self) -> Unit { ... }
    fn set_m_owner(self, value: Unit) { ... }
    fn m_stock_count(self) -> u8 { ... }
    fn set_m_stock_count(self, value: u8) { ... }
}

Provided Methods§

Source

fn m_data(self) -> RingData

Source

fn set_m_data(self, value: RingData)

Source

fn m_owner(self) -> Unit

Source

fn set_m_owner(self, value: Unit)

Source

fn m_stock_count(self) -> u8

Source

fn set_m_stock_count(self, value: u8)

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§