Skip to main content

IUnitInfo

Trait IUnitInfo 

Source
pub trait IUnitInfo: ISingletonProcInst_1<UnitInfo> {
    // Provided methods
    fn m_mode_stack(self) -> Stack_1<UnitInfo_Mode> { ... }
    fn set_m_mode_stack(self, value: Stack_1<UnitInfo_Mode>) { ... }
    fn m_windows(self) -> Array<UnitInfo_Window> { ... }
    fn set_m_windows(self, value: Array<UnitInfo_Window>) { ... }
}

Provided Methods§

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§