#[repr(C)]pub struct AIThink_EnchantThink_ItemInfo {
pub item_index: u8,
pub kind: u8,
}Expand description
Fields§
§item_index: u8§kind: u8Implementations§
Source§impl AIThink_EnchantThink_ItemInfo
impl AIThink_EnchantThink_ItemInfo
Sourcepub fn compare_to(
&mut self,
other: impl Into<AIThink_EnchantThink_ItemInfo>,
) -> i32
pub fn compare_to( &mut self, other: impl Into<AIThink_EnchantThink_ItemInfo>, ) -> i32
CompareTo(crate::app::aithink::AIThink_EnchantThink_ItemInfo) overload
Source§impl AIThink_EnchantThink_ItemInfo
impl AIThink_EnchantThink_ItemInfo
pub fn compare_to_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for AIThink_EnchantThink_ItemInfo
impl Clone for AIThink_EnchantThink_ItemInfo
Source§fn clone(&self) -> AIThink_EnchantThink_ItemInfo
fn clone(&self) -> AIThink_EnchantThink_ItemInfo
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 moreimpl Copy for AIThink_EnchantThink_ItemInfo
Auto Trait Implementations§
impl Freeze for AIThink_EnchantThink_ItemInfo
impl RefUnwindSafe for AIThink_EnchantThink_ItemInfo
impl Send for AIThink_EnchantThink_ItemInfo
impl Sync for AIThink_EnchantThink_ItemInfo
impl Unpin for AIThink_EnchantThink_ItemInfo
impl UnwindSafe for AIThink_EnchantThink_ItemInfo
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)