#[repr(C)]pub struct SortieSequence_Label {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl SortieSequence_Label
impl SortieSequence_Label
pub fn notice() -> Self
pub fn selection_unit() -> Self
pub fn position_change() -> Self
pub fn inventory() -> Self
pub fn god() -> Self
pub fn tutorial() -> Self
pub fn reliance() -> Self
pub fn weapon_shop() -> Self
pub fn item_shop() -> Self
pub fn friend_list() -> Self
pub fn ring_list() -> Self
pub fn config() -> Self
pub fn save() -> Self
pub fn end() -> Self
Trait Implementations§
Source§impl ClassIdentity for SortieSequence_Label
impl ClassIdentity for SortieSequence_Label
Source§impl Clone for SortieSequence_Label
impl Clone for SortieSequence_Label
Source§fn clone(&self) -> SortieSequence_Label
fn clone(&self) -> SortieSequence_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 SortieSequence_Label
impl Debug for SortieSequence_Label
Source§impl PartialEq for SortieSequence_Label
impl PartialEq for SortieSequence_Label
impl Copy for SortieSequence_Label
impl Eq for SortieSequence_Label
impl StructuralPartialEq for SortieSequence_Label
Auto Trait Implementations§
impl Freeze for SortieSequence_Label
impl RefUnwindSafe for SortieSequence_Label
impl Send for SortieSequence_Label
impl Sync for SortieSequence_Label
impl Unpin for SortieSequence_Label
impl UnwindSafe for SortieSequence_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)