pub struct IEnumerator(/* private fields */);Expand description
IL2CPP class: System.Collections.IEnumerator
Implementations§
Source§impl IEnumerator
impl IEnumerator
pub fn move_next_method_info() -> &'static MethodInfo
pub fn get_current_method_info() -> &'static MethodInfo
pub fn reset_method_info() -> &'static MethodInfo
Source§impl IEnumerator
impl IEnumerator
Sourcepub unsafe fn move_next(this: impl Into<IlInstance>) -> bool
pub unsafe fn move_next(this: impl Into<IlInstance>) -> bool
Direct (non-virtual) call to IEnumerator’s own MoveNext. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.
Sourcepub unsafe fn get_current(this: impl Into<IlInstance>) -> Object
pub unsafe fn get_current(this: impl Into<IlInstance>) -> Object
Direct (non-virtual) call to IEnumerator’s own get_Current. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.
Sourcepub unsafe fn reset(this: impl Into<IlInstance>)
pub unsafe fn reset(this: impl Into<IlInstance>)
Direct (non-virtual) call to IEnumerator’s own Reset. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.
Trait Implementations§
Source§impl ClassIdentity for IEnumerator
impl ClassIdentity for IEnumerator
Source§impl Clone for IEnumerator
impl Clone for IEnumerator
Source§fn clone(&self) -> IEnumerator
fn clone(&self) -> IEnumerator
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 FromIlInstance for IEnumerator
impl FromIlInstance for IEnumerator
fn from_il_instance(instance: IlInstance) -> Self
fn instantiate() -> Option<Self>
§fn instantiate_with_class(class: Class) -> Option<Self>
fn instantiate_with_class(class: Class) -> Option<Self>
Caller swears
class is a subtype of Self or layout compatibleimpl Copy for IEnumerator
impl IIEnumerator for IEnumerator
Auto Trait Implementations§
impl Freeze for IEnumerator
impl RefUnwindSafe for IEnumerator
impl !Send for IEnumerator
impl !Sync for IEnumerator
impl Unpin for IEnumerator
impl UnwindSafe for IEnumerator
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> Cast for Twhere
T: SystemObject,
impl<T> Cast for Twhere
T: SystemObject,
fn get_class(self) -> Class
fn is_null(self) -> bool
fn rebind_class(self, new_class: Class)
fn override_class(self) -> Class
fn is_instance_of<T>(self) -> boolwhere
T: ClassIdentity,
fn is_direct_subclass_of<T>(self) -> boolwhere
T: ClassIdentity,
fn try_cast<T>(self) -> Option<T>where
T: ClassIdentity + FromIlInstance,
§unsafe fn cast<T>(self) -> Twhere
T: ClassIdentity + FromIlInstance,
unsafe fn cast<T>(self) -> Twhere
T: ClassIdentity + FromIlInstance,
Safety 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)