#[repr(C)]pub struct MapSequence_Label {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MapSequence_Label
impl MapSequence_Label
pub fn init() -> Self
pub fn tick() -> Self
pub fn sortie() -> Self
pub fn resume_map() -> Self
pub fn resume_sortie() -> Self
pub fn skip_sortie() -> Self
pub fn map_start() -> Self
pub fn map_begin() -> Self
pub fn turn_begin() -> Self
pub fn turn_begin_after_rewind() -> Self
pub fn turn_branch() -> Self
pub fn turn_branch_after_rewind() -> Self
pub fn turn_human() -> Self
pub fn turn_ai() -> Self
pub fn turn_link() -> Self
pub fn turn_replay() -> Self
pub fn turn_end() -> Self
pub fn complete() -> Self
pub fn game_over() -> Self
pub fn relay_unsettled() -> Self
pub fn save_data_load() -> Self
pub fn restart_load() -> Self
pub fn relay_load() -> Self
pub fn relay_load_error() -> Self
pub fn relay_skip_replay() -> Self
pub fn relay_replay_to_take_over() -> Self
pub fn versus_load() -> Self
pub fn versus_edit() -> Self
pub fn end() -> Self
pub fn tail() -> Self
pub fn patch() -> Self
Trait Implementations§
Source§impl ClassIdentity for MapSequence_Label
impl ClassIdentity for MapSequence_Label
Source§impl Clone for MapSequence_Label
impl Clone for MapSequence_Label
Source§fn clone(&self) -> MapSequence_Label
fn clone(&self) -> MapSequence_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 MapSequence_Label
impl Debug for MapSequence_Label
Source§impl PartialEq for MapSequence_Label
impl PartialEq for MapSequence_Label
impl Copy for MapSequence_Label
impl Eq for MapSequence_Label
impl StructuralPartialEq for MapSequence_Label
Auto Trait Implementations§
impl Freeze for MapSequence_Label
impl RefUnwindSafe for MapSequence_Label
impl Send for MapSequence_Label
impl Sync for MapSequence_Label
impl Unpin for MapSequence_Label
impl UnwindSafe for MapSequence_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)