#[repr(C)]pub struct RelaySequence_Label {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl RelaySequence_Label
impl RelaySequence_Label
pub fn entry() -> Self
pub fn new() -> Self
pub fn new_dispos_player_counts() -> Self
pub fn new_map_select() -> Self
pub fn new_setup() -> Self
pub fn take_over() -> Self
pub fn take_over_mode_select() -> Self
pub fn take_over_search() -> Self
pub fn take_over_search_dispos_player_counts() -> Self
pub fn take_over_postsearch_branch() -> Self
pub fn take_over_random_select() -> Self
pub fn take_over_data_code() -> Self
pub fn take_over_predownload_meta_with_data_code() -> Self
pub fn take_over_data_code_dispos_player_counts() -> Self
pub fn take_over_download_meta_with_data_code() -> Self
pub fn take_over_show() -> Self
pub fn take_over_download() -> Self
pub fn replay() -> Self
pub fn replay_download() -> Self
pub fn map_sequence() -> Self
pub fn award() -> Self
pub fn no_ticket() -> Self
pub fn no_selectable_map() -> Self
pub fn not_found_map_for_take_over_random() -> Self
pub fn not_found_map_for_take_over_data_code() -> Self
pub fn cant_take_over_self_create() -> Self
pub fn cant_take_over_end() -> Self
pub fn cant_take_over_other_playing() -> Self
pub fn cant_take_over_already_played() -> Self
pub fn cant_take_over_lack_of_unit() -> Self
pub fn cant_take_over_unknown() -> Self
pub fn not_found_map_for_replay() -> Self
pub fn no_entered_map() -> Self
pub fn cant_get_by_deleting_for_take_over() -> Self
pub fn cant_get_by_deleting_for_replay() -> Self
pub fn invalid_download_data_for_take_over() -> Self
pub fn invalid_download_data_for_replay() -> Self
pub fn restore_and_return_to_take_over_mode_select() -> Self
pub fn shutdown() -> Self
pub fn end() -> Self
Trait Implementations§
Source§impl ClassIdentity for RelaySequence_Label
impl ClassIdentity for RelaySequence_Label
Source§impl Clone for RelaySequence_Label
impl Clone for RelaySequence_Label
Source§fn clone(&self) -> RelaySequence_Label
fn clone(&self) -> RelaySequence_Label
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RelaySequence_Label
impl Debug for RelaySequence_Label
Source§impl PartialEq for RelaySequence_Label
impl PartialEq for RelaySequence_Label
impl Copy for RelaySequence_Label
impl Eq for RelaySequence_Label
impl StructuralPartialEq for RelaySequence_Label
Auto Trait Implementations§
impl Freeze for RelaySequence_Label
impl RefUnwindSafe for RelaySequence_Label
impl Send for RelaySequence_Label
impl Sync for RelaySequence_Label
impl Unpin for RelaySequence_Label
impl UnwindSafe for RelaySequence_Label
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)