#[repr(C)]pub struct ItemData_UseTypes {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl ItemData_UseTypes
impl ItemData_UseTypes
pub fn none() -> Self
pub fn attack() -> Self
pub fn heal() -> Self
pub fn rest_heal() -> Self
pub fn revive() -> Self
pub fn warp() -> Self
pub fn rescue() -> Self
pub fn engage_add() -> Self
pub fn rewarp() -> Self
pub fn freeze() -> Self
pub fn sleep() -> Self
pub fn silence() -> Self
pub fn charm() -> Self
pub fn berserk() -> Self
pub fn weakness() -> Self
pub fn again() -> Self
pub fn torch() -> Self
pub fn food() -> Self
pub fn rest() -> Self
pub fn sight_up() -> Self
pub fn weapon_level_up() -> Self
pub fn grow_up() -> Self
pub fn enhance() -> Self
pub fn cc_master() -> Self
pub fn cc_change() -> Self
pub fn cc_extra() -> Self
pub fn creation() -> Self
pub fn draw() -> Self
pub fn gain_exp() -> Self
pub fn stun() -> Self
pub fn detox() -> Self
pub fn give_skill() -> Self
pub fn foodstuff() -> Self
pub fn gift() -> Self
pub fn material() -> Self
pub fn fishing_rod() -> Self
pub fn bless() -> Self
pub fn bless_rest() -> Self
pub fn bless_plus() -> Self
pub fn bless_rest_plus() -> Self
pub fn cc_enchant() -> Self
pub fn cc_gunner() -> Self
pub fn gain_skill_point() -> Self
Trait Implementations§
Source§impl ClassIdentity for ItemData_UseTypes
impl ClassIdentity for ItemData_UseTypes
Source§impl Clone for ItemData_UseTypes
impl Clone for ItemData_UseTypes
Source§fn clone(&self) -> ItemData_UseTypes
fn clone(&self) -> ItemData_UseTypes
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 ItemData_UseTypes
impl Debug for ItemData_UseTypes
Source§impl PartialEq for ItemData_UseTypes
impl PartialEq for ItemData_UseTypes
impl Copy for ItemData_UseTypes
impl Eq for ItemData_UseTypes
impl StructuralPartialEq for ItemData_UseTypes
Auto Trait Implementations§
impl Freeze for ItemData_UseTypes
impl RefUnwindSafe for ItemData_UseTypes
impl Send for ItemData_UseTypes
impl Sync for ItemData_UseTypes
impl Unpin for ItemData_UseTypes
impl UnwindSafe for ItemData_UseTypes
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)