#[repr(C)]pub struct WellSequence_Label {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl WellSequence_Label
impl WellSequence_Label
pub fn entry() -> Self
pub fn get_evil_weapons() -> Self
pub fn evil_map_first_demo() -> Self
pub fn get_exchange_item() -> Self
pub fn item_select() -> Self
pub fn first_evil_map_confirm() -> Self
pub fn evil_map_confirm() -> Self
pub fn change_difficulty() -> Self
pub fn change_difficulty_result() -> Self
pub fn exit() -> Self
pub fn end() -> Self
Trait Implementations§
Source§impl ClassIdentity for WellSequence_Label
impl ClassIdentity for WellSequence_Label
Source§impl Clone for WellSequence_Label
impl Clone for WellSequence_Label
Source§fn clone(&self) -> WellSequence_Label
fn clone(&self) -> WellSequence_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 WellSequence_Label
impl Debug for WellSequence_Label
Source§impl PartialEq for WellSequence_Label
impl PartialEq for WellSequence_Label
impl Copy for WellSequence_Label
impl Eq for WellSequence_Label
impl StructuralPartialEq for WellSequence_Label
Auto Trait Implementations§
impl Freeze for WellSequence_Label
impl RefUnwindSafe for WellSequence_Label
impl Send for WellSequence_Label
impl Sync for WellSequence_Label
impl Unpin for WellSequence_Label
impl UnwindSafe for WellSequence_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)