#[repr(C)]pub struct HelpManager_HelpItemType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl HelpManager_HelpItemType
impl HelpManager_HelpItemType
pub fn none() -> Self
pub fn unit_name() -> Self
pub fn god_name() -> Self
pub fn bond_lv() -> Self
pub fn job_title() -> Self
pub fn efficacy() -> Self
pub fn battle_type() -> Self
pub fn unit_lv() -> Self
pub fn move() -> Self
pub fn weapon_lv() -> Self
pub fn parameter() -> Self
pub fn hp() -> Self
pub fn hp_stock() -> Self
pub fn weapon_item() -> Self
pub fn god_weapon_item() -> Self
pub fn skill() -> Self
pub fn god_skill() -> Self
pub fn terrain_info_skill() -> Self
pub fn enchantment() -> Self
Trait Implementations§
Source§impl Clone for HelpManager_HelpItemType
impl Clone for HelpManager_HelpItemType
Source§fn clone(&self) -> HelpManager_HelpItemType
fn clone(&self) -> HelpManager_HelpItemType
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_HelpItemType
impl Debug for HelpManager_HelpItemType
Source§impl PartialEq for HelpManager_HelpItemType
impl PartialEq for HelpManager_HelpItemType
impl Copy for HelpManager_HelpItemType
impl Eq for HelpManager_HelpItemType
impl StructuralPartialEq for HelpManager_HelpItemType
Auto Trait Implementations§
impl Freeze for HelpManager_HelpItemType
impl RefUnwindSafe for HelpManager_HelpItemType
impl Send for HelpManager_HelpItemType
impl Sync for HelpManager_HelpItemType
impl Unpin for HelpManager_HelpItemType
impl UnwindSafe for HelpManager_HelpItemType
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)