Skip to main content

IDispatchingUserDataDescriptor

Trait IDispatchingUserDataDescriptor 

Source
pub trait IDispatchingUserDataDescriptor: IObject {
    // Provided methods
    fn m_ext_methods_version(self) -> i32 { ... }
    fn set_m_ext_methods_version(self, value: i32) { ... }
    fn m_meta_members(
        self,
    ) -> Dictionary_2<Il2CppString, IMemberDescriptor_Interface> { ... }
    fn set_m_meta_members(
        self,
        value: Dictionary_2<Il2CppString, IMemberDescriptor_Interface>,
    ) { ... }
    fn m_members(
        self,
    ) -> Dictionary_2<Il2CppString, IMemberDescriptor_Interface> { ... }
    fn set_m_members(
        self,
        value: Dictionary_2<Il2CppString, IMemberDescriptor_Interface>,
    ) { ... }
}

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§