pub trait IMascotColorChangeMenu_CursorTop: IObject {
// Provided methods
fn x_count(self) -> i32 { ... }
fn set_x_count(self, value: i32) { ... }
fn y_count(self) -> i32 { ... }
fn set_y_count(self, value: i32) { ... }
fn move_frame(self) -> f32 { ... }
fn set_move_frame(self, value: f32) { ... }
fn m_cursor_top(self) -> RectTransform { ... }
fn set_m_cursor_top(self, value: RectTransform) { ... }
fn m_move_tick(self) -> f32 { ... }
fn set_m_move_tick(self, value: f32) { ... }
}Provided Methods§
fn x_count(self) -> i32
fn set_x_count(self, value: i32)
fn y_count(self) -> i32
fn set_y_count(self, value: i32)
fn move_frame(self) -> f32
fn set_move_frame(self, value: f32)
fn m_cursor_top(self) -> RectTransform
fn set_m_cursor_top(self, value: RectTransform)
fn m_move_tick(self) -> f32
fn set_m_move_tick(self, value: f32)
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.