Skip to main content

IDelegateList_1

Trait IDelegateList_1 

Source
pub trait IDelegateList_1<T0: ClassIdentity>: IObject {
    // Provided methods
    fn m_acquire_func(
        self,
    ) -> Func_2<Action_1<T0>, LinkedListNode_1<Action_1<T0>>> { ... }
    fn set_m_acquire_func(
        self,
        value: Func_2<Action_1<T0>, LinkedListNode_1<Action_1<T0>>>,
    ) { ... }
    fn m_release_func(self) -> Action_1<LinkedListNode_1<Action_1<T0>>> { ... }
    fn set_m_release_func(self, value: Action_1<LinkedListNode_1<Action_1<T0>>>) { ... }
    fn m_callbacks(self) -> LinkedList_1<Action_1<T0>> { ... }
    fn set_m_callbacks(self, value: LinkedList_1<Action_1<T0>>) { ... }
    fn m_invoking(self) -> bool { ... }
    fn set_m_invoking(self, value: bool) { ... }
}

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§