Skip to main content

IRingListSequence_GodAndRingListWindowMethods

Trait IRingListSequence_GodAndRingListWindowMethods 

Source
pub trait IRingListSequence_GodAndRingListWindowMethods: IRingListSequence_GodAndRingListWindow {
    // Provided methods
    fn ctor(self, root_object: impl Into<GameObject>) { ... }
    fn delete(self) { ... }
    fn create_bind(
        self,
        super_: impl Into<ProcInst>,
        current_page_data: impl Into<RingListSequence_PageData>,
    ) { ... }
}

Provided Methods§

Source

fn ctor(self, root_object: impl Into<GameObject>)

.ctor(crate::unity_engine::gameobject::GameObject) overload

Source

fn delete(self)

Delete() overload

Source

fn create_bind( self, super_: impl Into<ProcInst>, current_page_data: impl Into<RingListSequence_PageData>, )

CreateBind(crate::app::procinst::ProcInst, crate::app::ringlistsequence::RingListSequence_PageData) 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: IRingListSequence_GodAndRingListWindow> IRingListSequence_GodAndRingListWindowMethods for __T

Available on crate feature app-ringlistsequence only.