#[repr(C)]pub struct HubSequence_Label {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl HubSequence_Label
impl HubSequence_Label
pub fn none() -> Self
pub fn init() -> Self
pub fn reload() -> Self
pub fn main() -> Self
pub fn talk() -> Self
pub fn script() -> Self
pub fn fast_travel() -> Self
pub fn mascot() -> Self
pub fn arena() -> Self
pub fn pedestal() -> Self
pub fn dragon_ride() -> Self
pub fn fishing() -> Self
pub fn muscle_exercise() -> Self
pub fn ring_cleaning() -> Self
pub fn fortune_telling() -> Self
pub fn signboard() -> Self
pub fn jukebox() -> Self
pub fn rest_place() -> Self
pub fn chest() -> Self
pub fn amiibo() -> Self
pub fn cape_tower() -> Self
pub fn animal() -> Self
pub fn photo() -> Self
pub fn well() -> Self
pub fn pool() -> Self
pub fn fruit() -> Self
pub fn horse() -> Self
pub fn end_roll() -> Self
pub fn flea_market() -> Self
pub fn call_script() -> Self
pub fn kizuna_exit() -> Self
pub fn last_chapter() -> Self
pub fn exit() -> Self
pub fn end() -> Self
pub fn tail() -> Self
pub fn save_data_load() -> Self
Trait Implementations§
Source§impl ClassIdentity for HubSequence_Label
impl ClassIdentity for HubSequence_Label
Source§impl Clone for HubSequence_Label
impl Clone for HubSequence_Label
Source§fn clone(&self) -> HubSequence_Label
fn clone(&self) -> HubSequence_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 HubSequence_Label
impl Debug for HubSequence_Label
Source§impl PartialEq for HubSequence_Label
impl PartialEq for HubSequence_Label
impl Copy for HubSequence_Label
impl Eq for HubSequence_Label
impl StructuralPartialEq for HubSequence_Label
Auto Trait Implementations§
impl Freeze for HubSequence_Label
impl RefUnwindSafe for HubSequence_Label
impl Send for HubSequence_Label
impl Sync for HubSequence_Label
impl Unpin for HubSequence_Label
impl UnwindSafe for HubSequence_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)