#[repr(C)]pub struct MapMind_Record_Value {
pub unit: Unit,
pub x: i32,
pub z: i32,
pub is_changed: bool,
pub engage_count: i32,
pub unit_item: UnitItem,
}Expand description
Fields§
§unit: Unit§x: i32§z: i32§is_changed: bool§engage_count: i32§unit_item: UnitItemImplementations§
Source§impl MapMind_Record_Value
impl MapMind_Record_Value
pub fn ctor_method_info() -> &'static MethodInfo
pub fn cancel_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for MapMind_Record_Value
impl ClassIdentity for MapMind_Record_Value
Source§impl Clone for MapMind_Record_Value
impl Clone for MapMind_Record_Value
Source§fn clone(&self) -> MapMind_Record_Value
fn clone(&self) -> MapMind_Record_Value
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 MapMind_Record_Value
Auto Trait Implementations§
impl Freeze for MapMind_Record_Value
impl RefUnwindSafe for MapMind_Record_Value
impl !Send for MapMind_Record_Value
impl !Sync for MapMind_Record_Value
impl Unpin for MapMind_Record_Value
impl UnwindSafe for MapMind_Record_Value
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)