#[repr(C)]pub struct FishingGameSequence_Label {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl FishingGameSequence_Label
impl FishingGameSequence_Label
pub fn none() -> Self
pub fn init() -> Self
pub fn select_rod() -> Self
pub fn confirm_assist() -> Self
pub fn move_circle() -> Self
pub fn throw_in() -> Self
pub fn wait_catch() -> Self
pub fn wait_cancel() -> Self
pub fn announce_failed() -> Self
pub fn hit_popup() -> Self
pub fn assist_atack() -> Self
pub fn battle() -> Self
pub fn battle_lethal() -> Self
pub fn battle_failed() -> Self
pub fn defeat_movie() -> Self
pub fn result() -> Self
pub fn mascot_bond() -> Self
pub fn get_prize() -> Self
pub fn check_continue() -> Self
pub fn init_continue() -> Self
pub fn exit() -> Self
Trait Implementations§
Source§impl Clone for FishingGameSequence_Label
impl Clone for FishingGameSequence_Label
Source§fn clone(&self) -> FishingGameSequence_Label
fn clone(&self) -> FishingGameSequence_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 FishingGameSequence_Label
impl Debug for FishingGameSequence_Label
Source§impl PartialEq for FishingGameSequence_Label
impl PartialEq for FishingGameSequence_Label
impl Copy for FishingGameSequence_Label
impl Eq for FishingGameSequence_Label
impl StructuralPartialEq for FishingGameSequence_Label
Auto Trait Implementations§
impl Freeze for FishingGameSequence_Label
impl RefUnwindSafe for FishingGameSequence_Label
impl Send for FishingGameSequence_Label
impl Sync for FishingGameSequence_Label
impl Unpin for FishingGameSequence_Label
impl UnwindSafe for FishingGameSequence_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)