#[repr(C)]pub struct UnitEnum_TargetEnumerator {
pub m_unit_enum: UnitEnum_Enumerator,
pub m_current: Unit,
pub m_unit: Unit,
pub m_x: i32,
pub m_z: i32,
pub m_near: i32,
pub m_far: i32,
}Expand description
Fields§
§m_unit_enum: UnitEnum_Enumerator§m_current: Unit§m_unit: Unit§m_x: i32§m_z: i32§m_near: i32§m_far: i32Implementations§
Source§impl UnitEnum_TargetEnumerator
impl UnitEnum_TargetEnumerator
Sourcepub fn setup(
&mut self,
unit: impl Into<Unit>,
x: impl Into<i32>,
z: impl Into<i32>,
near: impl Into<i32>,
far: impl Into<i32>,
) -> UnitEnum_TargetEnumerator
pub fn setup( &mut self, unit: impl Into<Unit>, x: impl Into<i32>, z: impl Into<i32>, near: impl Into<i32>, far: impl Into<i32>, ) -> UnitEnum_TargetEnumerator
Setup(crate::app::unit::Unit, i32, i32, i32, i32) overload
Sourcepub fn get_current(&mut self) -> Unit
pub fn get_current(&mut self) -> Unit
get_Current() overload
Sourcepub fn system_collections_i_enumerator_get_current(&mut self) -> Object
pub fn system_collections_i_enumerator_get_current(&mut self) -> Object
System.Collections.IEnumerator.get_Current() overload
Sourcepub fn system_collections_i_enumerable_get_enumerator(&mut self) -> IEnumerator
pub fn system_collections_i_enumerable_get_enumerator(&mut self) -> IEnumerator
System.Collections.IEnumerable.GetEnumerator() overload
Sourcepub fn get_enumerator(&mut self) -> UnitEnum_TargetEnumerator
pub fn get_enumerator(&mut self) -> UnitEnum_TargetEnumerator
GetEnumerator() overload
Source§impl UnitEnum_TargetEnumerator
impl UnitEnum_TargetEnumerator
pub fn setup_method_info() -> &'static MethodInfo
pub fn dispose_method_info() -> &'static MethodInfo
pub fn get_current_method_info() -> &'static MethodInfo
pub fn system_collections_i_enumerator_get_current_method_info() -> &'static MethodInfo
pub fn move_next_method_info() -> &'static MethodInfo
pub fn reset_method_info() -> &'static MethodInfo
pub fn system_collections_i_enumerable_get_enumerator_method_info() -> &'static MethodInfo
pub fn get_enumerator_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for UnitEnum_TargetEnumerator
impl Clone for UnitEnum_TargetEnumerator
Source§fn clone(&self) -> UnitEnum_TargetEnumerator
fn clone(&self) -> UnitEnum_TargetEnumerator
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 UnitEnum_TargetEnumerator
Auto Trait Implementations§
impl Freeze for UnitEnum_TargetEnumerator
impl RefUnwindSafe for UnitEnum_TargetEnumerator
impl !Send for UnitEnum_TargetEnumerator
impl !Sync for UnitEnum_TargetEnumerator
impl Unpin for UnitEnum_TargetEnumerator
impl UnwindSafe for UnitEnum_TargetEnumerator
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)