pub trait IMyRoomWakeupSelectRootMethods: IMyRoomWakeupSelectRoot {
// Provided methods
fn get_cursor(self) -> MyRoomWakeupSelectRoot_CursorTop { ... }
fn set_cursor(self, value: impl Into<MyRoomWakeupSelectRoot_CursorTop>) { ... }
fn get_wakeup_select_menu_content(self) -> MyRoomWakeupSelectMenuContent { ... }
fn close_reliance_rank(self) { ... }
fn start(self) { ... }
fn update(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_cursor(self) -> MyRoomWakeupSelectRoot_CursorTop
fn get_cursor(self) -> MyRoomWakeupSelectRoot_CursorTop
get_Cursor() overload
Sourcefn set_cursor(self, value: impl Into<MyRoomWakeupSelectRoot_CursorTop>)
fn set_cursor(self, value: impl Into<MyRoomWakeupSelectRoot_CursorTop>)
set_Cursor(crate::app::myroomwakeupselectroot::MyRoomWakeupSelectRoot_CursorTop) overload
GetWakeupSelectMenuContent() overload
Sourcefn close_reliance_rank(self)
fn close_reliance_rank(self)
CloseRelianceRank() 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: IMyRoomWakeupSelectRoot> IMyRoomWakeupSelectRootMethods for __T
Available on crate feature
app-myroomwakeupselectroot only.