Skip to main content

IAIInterruptAttack_CandidateList

Trait IAIInterruptAttack_CandidateList 

Source
pub trait IAIInterruptAttack_CandidateList: IObject {
    // Provided methods
    fn m_pool(self) -> List_1<AIInterruptAttack_Candidate> { ... }
    fn set_m_pool(self, value: List_1<AIInterruptAttack_Candidate>) { ... }
    fn m_list(self) -> List_1<AIInterruptAttack_Candidate> { ... }
    fn set_m_list(self, value: List_1<AIInterruptAttack_Candidate>) { ... }
}

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§