Skip to main content

IEventMemberDescriptor_EventWrapper13Methods

Trait IEventMemberDescriptor_EventWrapper13Methods 

Source
pub trait IEventMemberDescriptor_EventWrapper13Methods: IEventMemberDescriptor_EventWrapper13 {
    // Provided methods
    fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>) { ... }
    fn invoke(
        self,
        o1: impl Into<Object>,
        o2: impl Into<Object>,
        o3: impl Into<Object>,
        o4: impl Into<Object>,
        o5: impl Into<Object>,
        o6: impl Into<Object>,
        o7: impl Into<Object>,
        o8: impl Into<Object>,
        o9: impl Into<Object>,
        o10: impl Into<Object>,
        o11: impl Into<Object>,
        o12: impl Into<Object>,
        o13: impl Into<Object>,
    ) { ... }
}

Provided Methods§

Source

fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>)

.ctor(crate::system::object::Object, ::unity::IntPtr) overload

Source

fn invoke( self, o1: impl Into<Object>, o2: impl Into<Object>, o3: impl Into<Object>, o4: impl Into<Object>, o5: impl Into<Object>, o6: impl Into<Object>, o7: impl Into<Object>, o8: impl Into<Object>, o9: impl Into<Object>, o10: impl Into<Object>, o11: impl Into<Object>, o12: impl Into<Object>, o13: impl Into<Object>, )

Invoke(crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object, crate::system::object::Object) overload

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§

Source§

impl<__T: IEventMemberDescriptor_EventWrapper13> IEventMemberDescriptor_EventWrapper13Methods for __T

Available on crate feature moon_sharp-interpreter-interop-eventmemberdescriptor only.