pub trait IRingListSequence_RingListWindow_SkillInfoMethods: IRingListSequence_RingListWindow_SkillInfo {
// Provided methods
fn ctor(self, root_object: impl Into<GameObject>) { ... }
fn clear(self) { ... }
fn set_data(self, ring_data: impl Into<RingData>) { ... }
}Provided Methods§
Sourcefn ctor(self, root_object: impl Into<GameObject>)
fn ctor(self, root_object: impl Into<GameObject>)
.ctor(crate::unity_engine::gameobject::GameObject) 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§
impl<__T: IRingListSequence_RingListWindow_SkillInfo> IRingListSequence_RingListWindow_SkillInfoMethods for __T
Available on crate feature
app-ringlistsequence only.