Skip to main content

IRingMenuItem_DecideEventHandlerMethods

Trait IRingMenuItem_DecideEventHandlerMethods 

Source
pub trait IRingMenuItem_DecideEventHandlerMethods: IRingMenuItem_DecideEventHandler {
    // Provided methods
    fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>) { ... }
    fn invoke(
        self,
        ring_data: impl Into<RingData>,
        base_ring_count: impl Into<i32>,
        piece_of_bonds_count: impl Into<i32>,
        god_unit_index: impl Into<i32>,
        menu_select: impl Into<BasicMenuSelect>,
    ) { ... }
}

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, ring_data: impl Into<RingData>, base_ring_count: impl Into<i32>, piece_of_bonds_count: impl Into<i32>, god_unit_index: impl Into<i32>, menu_select: impl Into<BasicMenuSelect>, )

Invoke(crate::app::ringdata::RingData, i32, i32, i32, crate::app::basicmenuselect::BasicMenuSelect) 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: IRingMenuItem_DecideEventHandler> IRingMenuItem_DecideEventHandlerMethods for __T

Available on crate feature app-ringmenuitem only.