pub trait IRingListSequence_RingListWindow_RingInfo: IObject {
// Provided methods
fn m_rank(self) -> RingData_Ranks { ... }
fn set_m_rank(self, value: RingData_Ranks) { ... }
fn m_root_object(self) -> GameObject { ... }
fn set_m_root_object(self, value: GameObject) { ... }
fn m_ring_image(self) -> Image { ... }
fn set_m_ring_image(self, value: Image) { ... }
fn m_gain(self) -> Array<RingListSequence_RingListWindow_RingInfo_Gain> { ... }
fn set_m_gain(
self,
value: Array<RingListSequence_RingListWindow_RingInfo_Gain>,
) { ... }
}Provided Methods§
fn m_rank(self) -> RingData_Ranks
fn set_m_rank(self, value: RingData_Ranks)
fn m_root_object(self) -> GameObject
fn set_m_root_object(self, value: GameObject)
fn m_ring_image(self) -> Image
fn set_m_ring_image(self, value: Image)
fn m_gain(self) -> Array<RingListSequence_RingListWindow_RingInfo_Gain>
fn set_m_gain(self, value: Array<RingListSequence_RingListWindow_RingInfo_Gain>)
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.