#[repr(C)]pub struct MapSequenceHuman_Label {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl MapSequenceHuman_Label
impl MapSequenceHuman_Label
pub fn start_branch() -> Self
pub fn free_cursor() -> Self
pub fn pick_cursor() -> Self
pub fn pick_cursor_resume() -> Self
pub fn pick_cursor_tick() -> Self
pub fn pick_cursor_wait() -> Self
pub fn pick_free_cursor() -> Self
pub fn pick_move_resume() -> Self
pub fn pick_engage_start() -> Self
pub fn pick_engage_cancel() -> Self
pub fn troop_list() -> Self
pub fn sortie_position_change() -> Self
pub fn sortie_end_dialog() -> Self
pub fn unit_move() -> Self
pub fn unit_command() -> Self
pub fn unit_sub_command() -> Self
pub fn target_select() -> Self
pub fn warp_cursor() -> Self
pub fn rewarp_cursor() -> Self
pub fn creation_cursor() -> Self
pub fn fire_cannon_cursor() -> Self
pub fn full_bullet_cursor() -> Self
pub fn talk() -> Self
pub fn engage_start() -> Self
pub fn engage_link() -> Self
pub fn engage_rewarp() -> Self
pub fn engage_rewarp_cancel() -> Self
pub fn engage_summon_back() -> Self
pub fn god_change() -> Self
pub fn mind() -> Self
pub fn turn_end() -> Self
pub fn job_intro() -> Self
pub fn direct_attack() -> Self
pub fn end() -> Self
Trait Implementations§
Source§impl Clone for MapSequenceHuman_Label
impl Clone for MapSequenceHuman_Label
Source§fn clone(&self) -> MapSequenceHuman_Label
fn clone(&self) -> MapSequenceHuman_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 MapSequenceHuman_Label
impl Debug for MapSequenceHuman_Label
Source§impl PartialEq for MapSequenceHuman_Label
impl PartialEq for MapSequenceHuman_Label
impl Copy for MapSequenceHuman_Label
impl Eq for MapSequenceHuman_Label
impl StructuralPartialEq for MapSequenceHuman_Label
Auto Trait Implementations§
impl Freeze for MapSequenceHuman_Label
impl RefUnwindSafe for MapSequenceHuman_Label
impl Send for MapSequenceHuman_Label
impl Sync for MapSequenceHuman_Label
impl Unpin for MapSequenceHuman_Label
impl UnwindSafe for MapSequenceHuman_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)