#[repr(C)]pub struct GmapSequence_Label {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl GmapSequence_Label
impl GmapSequence_Label
pub fn init() -> Self
pub fn enter_from_other_gmap() -> Self
pub fn event() -> Self
pub fn check_spot() -> Self
pub fn appear_spot() -> Self
pub fn check_dispos() -> Self
pub fn check_dispos_debug() -> Self
pub fn tick() -> Self
pub fn tick_without_camara_wait() -> Self
pub fn move() -> Self
pub fn move_to_other_gmap() -> Self
pub fn save_data_load() -> Self
pub fn end() -> Self
pub fn tail() -> Self
Trait Implementations§
Source§impl ClassIdentity for GmapSequence_Label
impl ClassIdentity for GmapSequence_Label
Source§impl Clone for GmapSequence_Label
impl Clone for GmapSequence_Label
Source§fn clone(&self) -> GmapSequence_Label
fn clone(&self) -> GmapSequence_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 GmapSequence_Label
impl Debug for GmapSequence_Label
Source§impl PartialEq for GmapSequence_Label
impl PartialEq for GmapSequence_Label
impl Copy for GmapSequence_Label
impl Eq for GmapSequence_Label
impl StructuralPartialEq for GmapSequence_Label
Auto Trait Implementations§
impl Freeze for GmapSequence_Label
impl RefUnwindSafe for GmapSequence_Label
impl Send for GmapSequence_Label
impl Sync for GmapSequence_Label
impl Unpin for GmapSequence_Label
impl UnwindSafe for GmapSequence_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)