#[repr(C)]pub struct HelpManager_SituationType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl HelpManager_SituationType
impl HelpManager_SituationType
pub fn none() -> Self
pub fn unit_status() -> Self
pub fn ring_select() -> Self
pub fn unit_info() -> Self
pub fn battle_info() -> Self
pub fn battle_engage_info() -> Self
pub fn battle_alternate_info() -> Self
pub fn only_map_terrain_info() -> Self
Trait Implementations§
Source§impl Clone for HelpManager_SituationType
impl Clone for HelpManager_SituationType
Source§fn clone(&self) -> HelpManager_SituationType
fn clone(&self) -> HelpManager_SituationType
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 HelpManager_SituationType
impl Debug for HelpManager_SituationType
Source§impl PartialEq for HelpManager_SituationType
impl PartialEq for HelpManager_SituationType
impl Copy for HelpManager_SituationType
impl Eq for HelpManager_SituationType
impl StructuralPartialEq for HelpManager_SituationType
Auto Trait Implementations§
impl Freeze for HelpManager_SituationType
impl RefUnwindSafe for HelpManager_SituationType
impl Send for HelpManager_SituationType
impl Sync for HelpManager_SituationType
impl Unpin for HelpManager_SituationType
impl UnwindSafe for HelpManager_SituationType
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)