Skip to main content

Processor

Struct Processor 

Source
pub struct Processor(/* private fields */);
Expand description

IL2CPP class: MoonSharp.Interpreter.Execution.VM.Processor Inherits: Object

Implementations§

Source§

impl Processor

Source

pub fn base(self) -> Object

Source§

impl Processor

Source

pub fn dump_chunk_magic() -> u64

Source

pub fn set_dump_chunk_magic(value: u64)

Source

pub fn dump_chunk_version() -> i32

Source

pub fn set_dump_chunk_version(value: i32)

Source

pub fn yield_special_trap() -> i32

Source

pub fn set_yield_special_trap(value: i32)

Source§

impl Processor

Source

pub fn is_dump_stream(stream: impl Into<Stream>) -> bool

IsDumpStream(crate::system::io::stream::Stream) overload

Source§

impl Processor

Source

pub fn ctor_method_info() -> &'static MethodInfo

Source

pub fn ctor_2_method_info() -> &'static MethodInfo

Source

pub fn call_method_info() -> &'static MethodInfo

Source

pub fn push_clr_to_script_stack_frame_method_info() -> &'static MethodInfo

Source

pub fn leave_processor_method_info() -> &'static MethodInfo

Source

pub fn get_thread_id_method_info() -> &'static MethodInfo

Source

pub fn enter_processor_method_info() -> &'static MethodInfo

Source

pub fn get_coroutine_suspended_location_method_info() -> &'static MethodInfo

Source

pub fn is_dump_stream_method_info() -> &'static MethodInfo

Source

pub fn dump_method_info() -> &'static MethodInfo

Source

pub fn add_symbol_to_map_method_info() -> &'static MethodInfo

Source

pub fn undump_method_info() -> &'static MethodInfo

Source

pub fn coroutine_create_method_info() -> &'static MethodInfo

Source

pub fn get_state_method_info() -> &'static MethodInfo

Source

pub fn get_associated_coroutine_method_info() -> &'static MethodInfo

Source

pub fn set_associated_coroutine_method_info() -> &'static MethodInfo

Source

pub fn coroutine_resume_method_info() -> &'static MethodInfo

Source

pub fn find_meta_method_info() -> &'static MethodInfo

Source

pub fn attach_debugger_method_info() -> &'static MethodInfo

Source

pub fn get_debugger_enabled_method_info() -> &'static MethodInfo

Source

pub fn set_debugger_enabled_method_info() -> &'static MethodInfo

Source

pub fn listen_debugger_method_info() -> &'static MethodInfo

Source

pub fn reset_break_points_method_info() -> &'static MethodInfo

Source

pub fn reset_break_points_2_method_info() -> &'static MethodInfo

Source

pub fn refresh_debugger_method_info() -> &'static MethodInfo

Source

pub fn debugger_refresh_threads_method_info() -> &'static MethodInfo

Source

pub fn debugger_refresh_v_stack_method_info() -> &'static MethodInfo

Source

pub fn debugger_refresh_watches_method_info() -> &'static MethodInfo

Source

pub fn debugger_refresh_locals_method_info() -> &'static MethodInfo

Source

pub fn debugger_refresh_watch_method_info() -> &'static MethodInfo

Source

pub fn debugger_get_call_stack_method_info() -> &'static MethodInfo

Source

pub fn get_current_source_ref_method_info() -> &'static MethodInfo

Source

pub fn fill_debug_data_method_info() -> &'static MethodInfo

Source

pub fn get_metatable_method_info() -> &'static MethodInfo

Source

pub fn get_binary_metamethod_method_info() -> &'static MethodInfo

Source

pub fn get_metamethod_method_info() -> &'static MethodInfo

Source

pub fn get_metamethod_raw_method_info() -> &'static MethodInfo

Source

pub fn get_script_method_info() -> &'static MethodInfo

Source

pub fn get_instruction_method_info() -> &'static MethodInfo

Source

pub fn processing_loop_method_info() -> &'static MethodInfo

Source

pub fn perform_message_decoration_before_unwind_method_info() -> &'static MethodInfo

Source

pub fn assign_local_method_info() -> &'static MethodInfo

Source

pub fn exec_store_lcl_method_info() -> &'static MethodInfo

Source

pub fn exec_store_upv_method_info() -> &'static MethodInfo

Source

pub fn exec_swap_method_info() -> &'static MethodInfo

Source

pub fn get_store_value_method_info() -> &'static MethodInfo

Source

pub fn exec_closure_method_info() -> &'static MethodInfo

Source

pub fn get_upvalue_symbol_method_info() -> &'static MethodInfo

Source

pub fn exec_mk_tuple_method_info() -> &'static MethodInfo

Source

pub fn exec_to_num_method_info() -> &'static MethodInfo

Source

pub fn exec_iter_upd_method_info() -> &'static MethodInfo

Source

pub fn exec_exp_tuple_method_info() -> &'static MethodInfo

Source

pub fn exec_iter_prep_method_info() -> &'static MethodInfo

Source

pub fn exec_j_for_method_info() -> &'static MethodInfo

Source

pub fn exec_incr_method_info() -> &'static MethodInfo

Source

pub fn exec_c_not_method_info() -> &'static MethodInfo

Source

pub fn exec_not_method_info() -> &'static MethodInfo

Source

pub fn exec_begin_fn_method_info() -> &'static MethodInfo

Source

pub fn pop_to_base_pointer_method_info() -> &'static MethodInfo

Source

pub fn pop_exec_stack_and_check_v_stack_method_info() -> &'static MethodInfo

Source

pub fn create_args_list_for_function_call_method_info() -> &'static MethodInfo

Source

pub fn exec_args_method_info() -> &'static MethodInfo

Source

pub fn internal_exec_call_method_info() -> &'static MethodInfo

Source

pub fn perform_tco_method_info() -> &'static MethodInfo

Source

pub fn exec_ret_method_info() -> &'static MethodInfo

Source

pub fn internal_check_for_tail_requests_method_info() -> &'static MethodInfo

Source

pub fn jump_bool_method_info() -> &'static MethodInfo

Source

pub fn exec_short_circuiting_operator_method_info() -> &'static MethodInfo

Source

pub fn exec_add_method_info() -> &'static MethodInfo

Source

pub fn exec_sub_method_info() -> &'static MethodInfo

Source

pub fn exec_mul_method_info() -> &'static MethodInfo

Source

pub fn exec_mod_method_info() -> &'static MethodInfo

Source

pub fn exec_div_method_info() -> &'static MethodInfo

Source

pub fn exec_power_method_info() -> &'static MethodInfo

Source

pub fn exec_neg_method_info() -> &'static MethodInfo

Source

pub fn exec_eq_method_info() -> &'static MethodInfo

Source

pub fn exec_less_method_info() -> &'static MethodInfo

Source

pub fn exec_less_eq_method_info() -> &'static MethodInfo

Source

pub fn exec_len_method_info() -> &'static MethodInfo

Source

pub fn exec_concat_method_info() -> &'static MethodInfo

Source

pub fn exec_tbl_init_i_method_info() -> &'static MethodInfo

Source

pub fn exec_tbl_init_n_method_info() -> &'static MethodInfo

Source

pub fn exec_index_set_method_info() -> &'static MethodInfo

Source

pub fn exec_index_method_info() -> &'static MethodInfo

Source

pub fn clear_block_data_method_info() -> &'static MethodInfo

Source

pub fn get_generic_symbol_method_info() -> &'static MethodInfo

Source

pub fn get_global_symbol_method_info() -> &'static MethodInfo

Source

pub fn set_global_symbol_method_info() -> &'static MethodInfo

Source

pub fn assign_generic_symbol_method_info() -> &'static MethodInfo

Source

pub fn get_top_non_clr_function_method_info() -> &'static MethodInfo

Source

pub fn find_symbol_by_name_method_info() -> &'static MethodInfo

Source

pub fn internal_adjust_tuple_method_info() -> &'static MethodInfo

Source

pub fn internal_invoke_unary_meta_method_method_info() -> &'static MethodInfo

Source

pub fn internal_invoke_binary_meta_method_method_info() -> &'static MethodInfo

Source

pub fn stack_top_to_array_method_info() -> &'static MethodInfo

Source

pub fn stack_top_to_array_reverse_method_info() -> &'static MethodInfo

Source§

impl Processor

Source

pub fn new(script: Script, global_context: Table, byte_code: ByteCode) -> Self

.ctor(crate::moon_sharp::interpreter::script::Script, crate::moon_sharp::interpreter::table::Table, crate::moon_sharp::interpreter::execution::vm::bytecode::ByteCode) — overload selector

Source

pub fn new_2(parent_processor: Processor) -> Self

.ctor(crate::moon_sharp::interpreter::execution::vm::processor::Processor) — overload selector

Trait Implementations§

Source§

impl ClassIdentity for Processor

Source§

const NAMESPACE: &'static str = "MoonSharp.Interpreter.Execution.VM"

Source§

const NAME: &'static str = "Processor"

Source§

fn class() -> Class

Source§

impl Clone for Processor

Source§

fn clone(&self) -> Processor

Returns a duplicate of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl FromIlInstance for Processor

Source§

fn from_il_instance(instance: IlInstance) -> Self

§

fn instantiate() -> Option<Self>

§

fn instantiate_with_class(class: Class) -> Option<Self>

Caller swears class is a subtype of Self or layout compatible
Source§

impl IProcessor for Processor

Source§

impl IlType for Processor

Source§

fn il_type() -> &'static Il2CppType

Source§

impl Copy for Processor

Source§

impl IObject for Processor

Auto Trait Implementations§

§

impl Freeze for Processor

§

impl RefUnwindSafe for Processor

§

impl !Send for Processor

§

impl !Sync for Processor

§

impl Unpin for Processor

§

impl UnwindSafe for Processor

Blanket Implementations§

§

impl<T> Any for T
where T: 'static + ?Sized,

§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Borrow<T> for T
where T: ?Sized,

§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
§

impl<T> BorrowMut<T> for T
where T: ?Sized,

§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> Cast for T
where 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) -> bool
where T: ClassIdentity,

§

fn is_direct_subclass_of<T>(self) -> bool
where T: ClassIdentity,

§

fn try_cast<T>(self) -> Option<T>

§

unsafe fn cast<T>(self) -> T

Safety Read more
§

impl<T> CloneToUninit for T
where T: Clone,

§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
§

impl<T> DefaultInjectedMembers for T

§

fn __injected_fields() -> Vec<InjectedFieldDescriptor>

§

fn __injected_methods() -> Vec<InjectedMethodDescriptor>

§

fn __injected_overrides() -> Vec<InjectedOverrideDescriptor>

§

impl<T> From<T> for T

§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T0, __U> IArrayBuilder_1Methods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn ctor(self, capacity: i32)
where Self: Sized,

Source§

fn get_capacity(self) -> i32
where Self: Sized,

Source§

fn get_count(self) -> i32
where Self: Sized,

Source§

fn get_item(self, index: i32) -> T0
where Self: Sized,

Source§

fn add(self, item: T0)
where Self: Sized,

Source§

fn to_array(self) -> Array<T0>
where Self: Sized,

Source§

fn unchecked_add(self, item: T0)
where Self: Sized,

Source§

fn ensure_capacity(self, minimum: i32)
where Self: Sized,

Source§

impl<T0, __U> IAsyncOperationHandle_1Methods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn get_location_name(self) -> Il2CppString
where Self: Sized,

Source§

fn set_location_name(self, value: Il2CppString)
where Self: Sized,

Source§

fn op_implicit(obj: AsyncOperationHandle_1<T0>) -> AsyncOperationHandle

Source§

fn ctor(self, op: AsyncOperationBase_1<T0>)
where Self: Sized,

Source§

fn get_download_status(self) -> DownloadStatus
where Self: Sized,

Source§

fn internal_get_download_status( self, visited: HashSet_1<Object>, ) -> DownloadStatus
where Self: Sized,

Source§

fn ctor_2(self, op: IAsyncOperation)
where Self: Sized,

Source§

fn ctor_3(self, op: IAsyncOperation, version: i32)
where Self: Sized,

Source§

fn ctor_4(self, op: IAsyncOperation, location_name: Il2CppString)
where Self: Sized,

Source§

fn ctor_5(self, op: IAsyncOperation, version: i32, location_name: Il2CppString)
where Self: Sized,

Source§

fn acquire(self) -> AsyncOperationHandle_1<T0>
where Self: Sized,

Source§

fn add_completed(self, value: Action_1<AsyncOperationHandle_1<T0>>)
where Self: Sized,

Source§

fn remove_completed(self, value: Action_1<AsyncOperationHandle_1<T0>>)
where Self: Sized,

Source§

fn add_completed_typeless(self, value: Action_1<AsyncOperationHandle>)
where Self: Sized,

Source§

fn remove_completed_typeless(self, value: Action_1<AsyncOperationHandle>)
where Self: Sized,

Source§

fn get_debug_name(self) -> Il2CppString
where Self: Sized,

Source§

fn add_destroyed(self, value: Action_1<AsyncOperationHandle>)
where Self: Sized,

Source§

fn remove_destroyed(self, value: Action_1<AsyncOperationHandle>)
where Self: Sized,

Source§

fn equals(self, other: AsyncOperationHandle_1<T0>) -> bool
where Self: Sized,

Source§

fn get_hash_code(self) -> i32
where Self: Sized,

Source§

fn wait_for_completion(self) -> T0
where Self: Sized,

Source§

fn get_internal_op(self) -> AsyncOperationBase_1<T0>
where Self: Sized,

Source§

fn get_is_done(self) -> bool
where Self: Sized,

Source§

fn is_valid(self) -> bool
where Self: Sized,

Source§

fn get_percent_complete(self) -> f32
where Self: Sized,

Source§

fn get_reference_count(self) -> i32
where Self: Sized,

Source§

fn release(self)
where Self: Sized,

Source§

fn get_result(self) -> T0
where Self: Sized,

Source§

fn get_status(self) -> AsyncOperationStatus
where Self: Sized,

Source§

fn system_collections_i_enumerator_get_current(self) -> Object
where Self: Sized,

Source§

fn system_collections_i_enumerator_move_next(self) -> bool
where Self: Sized,

Source§

fn system_collections_i_enumerator_reset(self)
where Self: Sized,

Source§

impl<T0, __U> ICoreUnsafeUtils_DefaultKeyGetter_1Methods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn get(self) -> (T0, T0)
where Self: Sized,

Source§

impl<T0, T1, __U> IDictionary_2_EnumeratorMethods<T0, T1> for __U

Source§

fn ctor(self, dictionary: Dictionary_2<T0, T1>, get_enumerator_ret_type: i32)
where Self: Sized,

Source§

fn move_next(self) -> bool
where Self: Sized,

Source§

fn get_current(self) -> KeyValuePair_2<T0, T1>
where Self: Sized,

Source§

fn dispose(self)
where Self: Sized,

Source§

fn system_collections_i_enumerator_get_current(self) -> Object
where Self: Sized,

Source§

fn system_collections_i_enumerator_reset(self)
where Self: Sized,

Source§

fn system_collections_i_dictionary_enumerator_get_entry(self) -> DictionaryEntry
where Self: Sized,

Source§

fn system_collections_i_dictionary_enumerator_get_key(self) -> Object
where Self: Sized,

Source§

fn system_collections_i_dictionary_enumerator_get_value(self) -> Object
where Self: Sized,

Source§

impl<T0, T1, __U> IDictionary_2_KeyCollection_EnumeratorMethods<T0, T1> for __U

Source§

fn ctor(self, dictionary: Dictionary_2<T0, T1>)
where Self: Sized,

Source§

fn dispose(self)
where Self: Sized,

Source§

fn move_next(self) -> bool
where Self: Sized,

Source§

fn get_current(self) -> T0
where Self: Sized,

Source§

fn system_collections_i_enumerator_get_current(self) -> Object
where Self: Sized,

Source§

fn system_collections_i_enumerator_reset(self)
where Self: Sized,

Source§

impl<T0, T1, __U> IDictionary_2_ValueCollection_EnumeratorMethods<T0, T1> for __U

Source§

fn ctor(self, dictionary: Dictionary_2<T0, T1>)
where Self: Sized,

Source§

fn dispose(self)
where Self: Sized,

Source§

fn move_next(self) -> bool
where Self: Sized,

Source§

fn get_current(self) -> T1
where Self: Sized,

Source§

fn system_collections_i_enumerator_get_current(self) -> Object
where Self: Sized,

Source§

fn system_collections_i_enumerator_reset(self)
where Self: Sized,

Source§

impl<T0, __U> IExposedReference_1Methods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn resolve(self, resolver: IExposedPropertyTable) -> T0
where Self: Sized,

Source§

impl<T0, __U> IHashSet_1_EnumeratorMethods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn ctor(self, set: HashSet_1<T0>)
where Self: Sized,

Source§

fn dispose(self)
where Self: Sized,

Source§

fn move_next(self) -> bool
where Self: Sized,

Source§

fn get_current(self) -> T0
where Self: Sized,

Source§

fn system_collections_i_enumerator_get_current(self) -> Object
where Self: Sized,

Source§

fn system_collections_i_enumerator_reset(self)
where Self: Sized,

Source§

impl<T0, __U> IIJobParallelForTransformExtensions_TransformParallelForLoopStruct_1Methods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

impl<T0, T1, __U> IKeyValuePair_2Methods<T0, T1> for __U

Source§

fn ctor(self, key: T0, value: T1)
where Self: Sized,

Source§

fn get_key(self) -> T0
where Self: Sized,

Source§

fn get_value(self) -> T1
where Self: Sized,

Source§

fn to_string(self) -> Il2CppString
where Self: Sized,

Source§

impl<T0, __U> ILargeArrayBuilder_1Methods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn ctor(self, initialize: bool)
where Self: Sized,

Source§

fn ctor_2(self, max_capacity: i32)
where Self: Sized,

Source§

fn add_range(self, items: IEnumerable_1<T0>)
where Self: Sized,

Source§

fn copy_to(self, array: Array<T0>, array_index: i32, count: i32)
where Self: Sized,

Source§

fn get_buffer(self, index: i32) -> Array<T0>
where Self: Sized,

Source§

fn to_array(self) -> Array<T0>
where Self: Sized,

Source§

fn try_move(self) -> (bool, Array<T0>)
where Self: Sized,

Source§

fn allocate_buffer(self)
where Self: Sized,

Source§

impl<T0, __U> ILinkedList_1_EnumeratorMethods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn ctor(self, list: LinkedList_1<T0>)
where Self: Sized,

Source§

fn get_current(self) -> T0
where Self: Sized,

Source§

fn system_collections_i_enumerator_get_current(self) -> Object
where Self: Sized,

Source§

fn move_next(self) -> bool
where Self: Sized,

Source§

fn system_collections_i_enumerator_reset(self)
where Self: Sized,

Source§

fn dispose(self)
where Self: Sized,

Source§

fn system_runtime_serialization_i_deserialization_callback_on_deserialization( self, sender: Object, )
where Self: Sized,

Source§

impl<T0, __U> IListBuffer_1Methods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn get_count(self) -> i32
where Self: Sized,

Source§

fn get_capacity(self) -> i32
where Self: Sized,

Source§

fn get_item(self) -> (*mut T0, i32)
where Self: Sized,

Source§

fn get_unchecked(self) -> (*mut T0, i32)
where Self: Sized,

Source§

fn try_add(self) -> (bool, T0)
where Self: Sized,

Source§

fn try_copy_to(self, other: ListBuffer_1<T0>) -> bool
where Self: Sized,

Source§

impl<T0, __U> IList_1_EnumeratorMethods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn ctor(self, list: List_1<T0>)
where Self: Sized,

Source§

fn dispose(self)
where Self: Sized,

Source§

fn move_next(self) -> bool
where Self: Sized,

Source§

fn move_next_rare(self) -> bool
where Self: Sized,

Source§

fn get_current(self) -> T0
where Self: Sized,

Source§

fn system_collections_i_enumerator_get_current(self) -> Object
where Self: Sized,

Source§

fn system_collections_i_enumerator_reset(self)
where Self: Sized,

Source§

impl<__T> IObjectMethods for __T
where __T: IObject,

Source§

fn equals(self, obj: impl Into<Object>) -> bool

Equals(crate::system::object::Object) overload
Source§

fn ctor(self)

.ctor() overload
Source§

fn finalize(self)

Finalize() overload
Source§

fn get_hash_code(self) -> i32

GetHashCode() overload
Source§

fn get_type(self) -> SystemType

GetType() overload
Source§

fn memberwise_clone(self) -> Object

MemberwiseClone() overload
Source§

fn to_string(self) -> Il2CppString

ToString() overload
Source§

fn field_getter( self, type_name: impl Into<Il2CppString>, field_name: impl Into<Il2CppString>, ) -> IlInstance

FieldGetter(::unity::Il2CppString, ::unity::Il2CppString, *mut::unity::IlInstance) overload
Source§

fn field_setter( self, type_name: impl Into<Il2CppString>, field_name: impl Into<Il2CppString>, val: impl Into<Object>, )

FieldSetter(::unity::Il2CppString, ::unity::Il2CppString, crate::system::object::Object) overload
Source§

impl<T0, __U> IObjectPool_1_PooledObjectMethods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn ctor(self, value: T0, pool: ObjectPool_1_2<T0>)
where Self: Sized,

Source§

fn system_i_disposable_dispose(self)
where Self: Sized,

Source§

impl<__T> IProcessorMethods for __T
where __T: IProcessor,

Source§

fn ctor( self, script: impl Into<Script>, global_context: impl Into<Table>, byte_code: impl Into<ByteCode>, )

.ctor(crate::moon_sharp::interpreter::script::Script, crate::moon_sharp::interpreter::table::Table, crate::moon_sharp::interpreter::execution::vm::bytecode::ByteCode) overload
Source§

fn ctor_2(self, parent_processor: impl Into<Processor>)

.ctor(crate::moon_sharp::interpreter::execution::vm::processor::Processor) overload
Source§

fn call( self, function: impl Into<DynValue>, args: impl Into<Array<DynValue>>, ) -> DynValue

Call(crate::moon_sharp::interpreter::dynvalue::DynValue, ::unity::Array<crate::moon_sharp::interpreter::dynvalue::DynValue>) overload
Source§

fn push_clr_to_script_stack_frame( self, flags: impl Into<CallStackItemFlags>, function: impl Into<DynValue>, args: impl Into<Array<DynValue>>, ) -> i32

PushClrToScriptStackFrame(crate::moon_sharp::interpreter::execution::vm::callstackitemflags::CallStackItemFlags, crate::moon_sharp::interpreter::dynvalue::DynValue, ::unity::Array<crate::moon_sharp::interpreter::dynvalue::DynValue>) overload
Source§

fn leave_processor(self)

LeaveProcessor() overload
Source§

fn get_thread_id(self) -> i32

GetThreadId() overload
Source§

fn enter_processor(self)

EnterProcessor() overload
Source§

fn get_coroutine_suspended_location(self) -> SourceRef

GetCoroutineSuspendedLocation() overload
Source§

fn dump( self, stream: impl Into<Stream>, base_address: impl Into<i32>, has_upvalues: impl Into<bool>, ) -> i32

Dump(crate::system::io::stream::Stream, i32, bool) overload
Source§

fn add_symbol_to_map( self, symbol_map: impl Into<Dictionary_2<SymbolRef, i32>>, s: impl Into<SymbolRef>, )

AddSymbolToMap(crate::system::collections::generic::dictionary_2::Dictionary_2<crate::moon_sharp::interpreter::symbolref::SymbolRef,i32>, crate::moon_sharp::interpreter::symbolref::SymbolRef) overload
Source§

fn undump( self, stream: impl Into<Stream>, source_id: impl Into<i32>, env_table: impl Into<Table>, ) -> (i32, bool)

Undump(crate::system::io::stream::Stream, i32, crate::moon_sharp::interpreter::table::Table, *mutbool) overload
Source§

fn coroutine_create(self, closure: impl Into<Closure>) -> DynValue

Coroutine_Create(crate::moon_sharp::interpreter::closure::Closure) overload
Source§

fn get_state(self) -> CoroutineState

get_State() overload
Source§

fn get_associated_coroutine(self) -> Coroutine_2

get_AssociatedCoroutine() overload
Source§

fn set_associated_coroutine(self, value: impl Into<Coroutine_2>)

set_AssociatedCoroutine(crate::moon_sharp::interpreter::coroutine_2::Coroutine_2) overload
Source§

fn coroutine_resume(self, args: impl Into<Array<DynValue>>) -> DynValue

Coroutine_Resume(::unity::Array<crate::moon_sharp::interpreter::dynvalue::DynValue>) overload
Source§

fn find_meta(self) -> (Instruction, i32)

FindMeta(*muti32) overload
Source§

fn attach_debugger(self, debugger: impl Into<IDebugger>)

AttachDebugger(crate::moon_sharp::interpreter::debugging::idebugger::IDebugger) overload
Source§

fn get_debugger_enabled(self) -> bool

get_DebuggerEnabled() overload
Source§

fn set_debugger_enabled(self, value: impl Into<bool>)

set_DebuggerEnabled(bool) overload
Source§

fn listen_debugger( self, instr: impl Into<Instruction>, instruction_ptr: impl Into<i32>, )

ListenDebugger(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn reset_break_points(self, action: impl Into<DebuggerAction>)

ResetBreakPoints(crate::moon_sharp::interpreter::debugging::debuggeraction::DebuggerAction) overload
Source§

fn reset_break_points_2( self, src: impl Into<SourceCode>, lines: impl Into<HashSet_1<i32>>, ) -> HashSet_1<i32>

ResetBreakPoints(crate::moon_sharp::interpreter::debugging::sourcecode::SourceCode, crate::system::collections::generic::hashset_1::HashSet_1<i32>) overload
Source§

fn refresh_debugger( self, hard: impl Into<bool>, instruction_ptr: impl Into<i32>, )

RefreshDebugger(bool, i32) overload
Source§

fn debugger_refresh_threads( self, context: impl Into<ScriptExecutionContext>, ) -> List_1<WatchItem>

Debugger_RefreshThreads(crate::moon_sharp::interpreter::scriptexecutioncontext::ScriptExecutionContext) overload
Source§

fn debugger_refresh_v_stack(self) -> List_1<WatchItem>

Debugger_RefreshVStack() overload
Source§

fn debugger_refresh_watches( self, context: impl Into<ScriptExecutionContext>, watch_list: impl Into<List_1<DynamicExpression>>, ) -> List_1<WatchItem>

Debugger_RefreshWatches(crate::moon_sharp::interpreter::scriptexecutioncontext::ScriptExecutionContext, crate::system::collections::generic::list_1::List_1<crate::moon_sharp::interpreter::dynamicexpression::DynamicExpression>) overload
Source§

fn debugger_refresh_locals( self, context: impl Into<ScriptExecutionContext>, ) -> List_1<WatchItem>

Debugger_RefreshLocals(crate::moon_sharp::interpreter::scriptexecutioncontext::ScriptExecutionContext) overload
Source§

fn debugger_refresh_watch( self, context: impl Into<ScriptExecutionContext>, dyn_expr: impl Into<DynamicExpression>, ) -> WatchItem

Debugger_RefreshWatch(crate::moon_sharp::interpreter::scriptexecutioncontext::ScriptExecutionContext, crate::moon_sharp::interpreter::dynamicexpression::DynamicExpression) overload
Source§

fn debugger_get_call_stack( self, starting_ref: impl Into<SourceRef>, ) -> List_1<WatchItem>

Debugger_GetCallStack(crate::moon_sharp::interpreter::debugging::sourceref::SourceRef) overload
Source§

fn get_current_source_ref(self, instruction_ptr: impl Into<i32>) -> SourceRef

GetCurrentSourceRef(i32) overload
Source§

fn fill_debug_data( self, ex: impl Into<InterpreterException>, ip: impl Into<i32>, )

FillDebugData(crate::moon_sharp::interpreter::interpreterexception::InterpreterException, i32) overload
Source§

fn get_metatable(self, value: impl Into<DynValue>) -> Table

GetMetatable(crate::moon_sharp::interpreter::dynvalue::DynValue) overload
Source§

fn get_binary_metamethod( self, op1: impl Into<DynValue>, op2: impl Into<DynValue>, event_name: impl Into<Il2CppString>, ) -> DynValue

GetBinaryMetamethod(crate::moon_sharp::interpreter::dynvalue::DynValue, crate::moon_sharp::interpreter::dynvalue::DynValue, ::unity::Il2CppString) overload
Source§

fn get_metamethod( self, value: impl Into<DynValue>, metamethod: impl Into<Il2CppString>, ) -> DynValue

GetMetamethod(crate::moon_sharp::interpreter::dynvalue::DynValue, ::unity::Il2CppString) overload
Source§

fn get_metamethod_raw( self, value: impl Into<DynValue>, metamethod: impl Into<Il2CppString>, ) -> DynValue

GetMetamethodRaw(crate::moon_sharp::interpreter::dynvalue::DynValue, ::unity::Il2CppString) overload
Source§

fn get_script(self) -> Script

GetScript() overload
Source§

fn get_instruction(self, i_address: impl Into<i32>) -> Instruction

GetInstruction(i32) overload
Source§

fn processing_loop(self, instruction_ptr: impl Into<i32>) -> DynValue

Processing_Loop(i32) overload
Source§

fn perform_message_decoration_before_unwind( self, message_handler: impl Into<DynValue>, decorated_message: impl Into<Il2CppString>, source_ref: impl Into<SourceRef>, ) -> Il2CppString

PerformMessageDecorationBeforeUnwind(crate::moon_sharp::interpreter::dynvalue::DynValue, ::unity::Il2CppString, crate::moon_sharp::interpreter::debugging::sourceref::SourceRef) overload
Source§

fn assign_local(self, symref: impl Into<SymbolRef>, value: impl Into<DynValue>)

AssignLocal(crate::moon_sharp::interpreter::symbolref::SymbolRef, crate::moon_sharp::interpreter::dynvalue::DynValue) overload
Source§

fn exec_store_lcl(self, i: impl Into<Instruction>)

ExecStoreLcl(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn exec_store_upv(self, i: impl Into<Instruction>)

ExecStoreUpv(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn exec_swap(self, i: impl Into<Instruction>)

ExecSwap(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn get_store_value(self, i: impl Into<Instruction>) -> DynValue

GetStoreValue(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn exec_closure(self, i: impl Into<Instruction>)

ExecClosure(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn get_upvalue_symbol(self, s: impl Into<SymbolRef>) -> DynValue

GetUpvalueSymbol(crate::moon_sharp::interpreter::symbolref::SymbolRef) overload
Source§

fn exec_mk_tuple(self, i: impl Into<Instruction>)

ExecMkTuple(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn exec_to_num(self, i: impl Into<Instruction>)

ExecToNum(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn exec_iter_upd(self, i: impl Into<Instruction>)

ExecIterUpd(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn exec_exp_tuple(self, i: impl Into<Instruction>)

ExecExpTuple(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn exec_iter_prep(self, i: impl Into<Instruction>)

ExecIterPrep(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn exec_j_for( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecJFor(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_incr(self, i: impl Into<Instruction>)

ExecIncr(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn exec_c_not(self, i: impl Into<Instruction>)

ExecCNot(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn exec_not(self, i: impl Into<Instruction>)

ExecNot(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn exec_begin_fn(self, i: impl Into<Instruction>)

ExecBeginFn(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn pop_to_base_pointer(self) -> CallStackItem

PopToBasePointer() overload
Source§

fn pop_exec_stack_and_check_v_stack(self, vstackguard: impl Into<i32>) -> i32

PopExecStackAndCheckVStack(i32) overload
Source§

fn create_args_list_for_function_call( self, numargs: impl Into<i32>, offs_from_top: impl Into<i32>, ) -> IList_1_Interface<DynValue>

CreateArgsListForFunctionCall(i32, i32) overload
Source§

fn exec_args(self, i: impl Into<Instruction>)

ExecArgs(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn internal_exec_call( self, args_count: impl Into<i32>, instruction_ptr: impl Into<i32>, handler: impl Into<CallbackFunction>, continuation: impl Into<CallbackFunction>, this_call: impl Into<bool>, debug_text: impl Into<Il2CppString>, unwind_handler: impl Into<DynValue>, ) -> i32

Internal_ExecCall(i32, i32, crate::moon_sharp::interpreter::callbackfunction::CallbackFunction, crate::moon_sharp::interpreter::callbackfunction::CallbackFunction, bool, ::unity::Il2CppString, crate::moon_sharp::interpreter::dynvalue::DynValue) overload
Source§

fn perform_tco( self, instruction_ptr: impl Into<i32>, args_count: impl Into<i32>, ) -> i32

PerformTCO(i32, i32) overload
Source§

fn exec_ret(self, i: impl Into<Instruction>) -> i32

ExecRet(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn internal_check_for_tail_requests( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

Internal_CheckForTailRequests(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn jump_bool( self, i: impl Into<Instruction>, expected_value_for_jump: impl Into<bool>, instruction_ptr: impl Into<i32>, ) -> i32

JumpBool(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, bool, i32) overload
Source§

fn exec_short_circuiting_operator( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecShortCircuitingOperator(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_add( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecAdd(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_sub( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecSub(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_mul( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecMul(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_mod( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecMod(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_div( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecDiv(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_power( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecPower(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_neg( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecNeg(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_eq( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecEq(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_less( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecLess(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_less_eq( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecLessEq(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_len( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecLen(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_concat( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecConcat(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_tbl_init_i(self, i: impl Into<Instruction>)

ExecTblInitI(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn exec_tbl_init_n(self, i: impl Into<Instruction>)

ExecTblInitN(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn exec_index_set( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecIndexSet(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn exec_index( self, i: impl Into<Instruction>, instruction_ptr: impl Into<i32>, ) -> i32

ExecIndex(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction, i32) overload
Source§

fn clear_block_data(self, i: impl Into<Instruction>)

ClearBlockData(crate::moon_sharp::interpreter::execution::vm::instruction::Instruction) overload
Source§

fn get_generic_symbol(self, symref: impl Into<SymbolRef>) -> DynValue

GetGenericSymbol(crate::moon_sharp::interpreter::symbolref::SymbolRef) overload
Source§

fn get_global_symbol( self, dyn_value: impl Into<DynValue>, name: impl Into<Il2CppString>, ) -> DynValue

GetGlobalSymbol(crate::moon_sharp::interpreter::dynvalue::DynValue, ::unity::Il2CppString) overload
Source§

fn set_global_symbol( self, dyn_value: impl Into<DynValue>, name: impl Into<Il2CppString>, value: impl Into<DynValue>, )

SetGlobalSymbol(crate::moon_sharp::interpreter::dynvalue::DynValue, ::unity::Il2CppString, crate::moon_sharp::interpreter::dynvalue::DynValue) overload
Source§

fn assign_generic_symbol( self, symref: impl Into<SymbolRef>, value: impl Into<DynValue>, )

AssignGenericSymbol(crate::moon_sharp::interpreter::symbolref::SymbolRef, crate::moon_sharp::interpreter::dynvalue::DynValue) overload
Source§

fn get_top_non_clr_function(self) -> CallStackItem

GetTopNonClrFunction() overload
Source§

fn find_symbol_by_name(self, name: impl Into<Il2CppString>) -> SymbolRef

FindSymbolByName(::unity::Il2CppString) overload
Source§

fn internal_adjust_tuple( self, values: impl Into<IList_1_Interface<DynValue>>, ) -> Array<DynValue>

Internal_AdjustTuple(crate::system::collections::generic::ilist_1_interface::IList_1_Interface<crate::moon_sharp::interpreter::dynvalue::DynValue>) overload
Source§

fn internal_invoke_unary_meta_method( self, op1: impl Into<DynValue>, event_name: impl Into<Il2CppString>, instruction_ptr: impl Into<i32>, ) -> i32

Internal_InvokeUnaryMetaMethod(crate::moon_sharp::interpreter::dynvalue::DynValue, ::unity::Il2CppString, i32) overload
Source§

fn internal_invoke_binary_meta_method( self, l: impl Into<DynValue>, r: impl Into<DynValue>, event_name: impl Into<Il2CppString>, instruction_ptr: impl Into<i32>, extra_push: impl Into<DynValue>, ) -> i32

Internal_InvokeBinaryMetaMethod(crate::moon_sharp::interpreter::dynvalue::DynValue, crate::moon_sharp::interpreter::dynvalue::DynValue, ::unity::Il2CppString, i32, crate::moon_sharp::interpreter::dynvalue::DynValue) overload
Source§

fn stack_top_to_array( self, items: impl Into<i32>, pop: impl Into<bool>, ) -> Array<DynValue>

StackTopToArray(i32, bool) overload
Source§

fn stack_top_to_array_reverse( self, items: impl Into<i32>, pop: impl Into<bool>, ) -> Array<DynValue>

StackTopToArrayReverse(i32, bool) overload
Source§

impl<T0, __U> IQueue_1_EnumeratorMethods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn ctor(self, q: Queue_1<T0>)
where Self: Sized,

Source§

fn dispose(self)
where Self: Sized,

Source§

fn move_next(self) -> bool
where Self: Sized,

Source§

fn get_current(self) -> T0
where Self: Sized,

Source§

fn throw_enumeration_not_started_or_ended(self)
where Self: Sized,

Source§

fn system_collections_i_enumerator_get_current(self) -> Object
where Self: Sized,

Source§

fn system_collections_i_enumerator_reset(self)
where Self: Sized,

Source§

impl<T0, __U> IScriptPlayable_1Methods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn get_null() -> ScriptPlayable_1<T0>

Source§

fn create(graph: PlayableGraph, input_count: i32) -> ScriptPlayable_1<T0>

Source§

fn create_2( graph: PlayableGraph, template: T0, input_count: i32, ) -> ScriptPlayable_1<T0>

Source§

fn create_handle( graph: PlayableGraph, template: T0, input_count: i32, ) -> PlayableHandle

Source§

fn create_script_instance() -> Object

Source§

fn clone_script_instance(source: IPlayableBehaviour_Interface) -> Object

Source§

fn clone_script_instance_from_engine_object(source: Object_2) -> Object

Source§

fn ctor(self, handle: PlayableHandle)
where Self: Sized,

Source§

fn get_handle(self) -> PlayableHandle
where Self: Sized,

Source§

fn get_behaviour(self) -> T0
where Self: Sized,

Source§

fn op_implicit(playable: ScriptPlayable_1<T0>) -> Playable

Source§

fn op_explicit(playable: Playable) -> ScriptPlayable_1<T0>

Source§

fn equals(self, other: ScriptPlayable_1<T0>) -> bool
where Self: Sized,

Source§

fn cctor()

Source§

impl<T0, T1, __U> ISortedDictionary_2_EnumeratorMethods<T0, T1> for __U

Source§

fn ctor( self, dictionary: SortedDictionary_2<T0, T1>, get_enumerator_ret_type: i32, )
where Self: Sized,

Source§

fn move_next(self) -> bool
where Self: Sized,

Source§

fn dispose(self)
where Self: Sized,

Source§

fn get_current(self) -> KeyValuePair_2<T0, T1>
where Self: Sized,

Source§

fn get_not_started_or_ended(self) -> bool
where Self: Sized,

Source§

fn reset(self)
where Self: Sized,

Source§

fn system_collections_i_enumerator_reset(self)
where Self: Sized,

Source§

fn system_collections_i_enumerator_get_current(self) -> Object
where Self: Sized,

Source§

fn system_collections_i_dictionary_enumerator_get_key(self) -> Object
where Self: Sized,

Source§

fn system_collections_i_dictionary_enumerator_get_value(self) -> Object
where Self: Sized,

Source§

fn system_collections_i_dictionary_enumerator_get_entry(self) -> DictionaryEntry
where Self: Sized,

Source§

impl<T0, T1, __U> ISortedDictionary_2_KeyCollection_EnumeratorMethods<T0, T1> for __U

Source§

fn ctor(self, dictionary: SortedDictionary_2<T0, T1>)
where Self: Sized,

Source§

fn dispose(self)
where Self: Sized,

Source§

fn move_next(self) -> bool
where Self: Sized,

Source§

fn get_current(self) -> T0
where Self: Sized,

Source§

fn system_collections_i_enumerator_get_current(self) -> Object
where Self: Sized,

Source§

fn system_collections_i_enumerator_reset(self)
where Self: Sized,

Source§

impl<T0, T1, __U> ISortedDictionary_2_ValueCollection_EnumeratorMethods<T0, T1> for __U

Source§

fn ctor(self, dictionary: SortedDictionary_2<T0, T1>)
where Self: Sized,

Source§

fn dispose(self)
where Self: Sized,

Source§

fn move_next(self) -> bool
where Self: Sized,

Source§

fn get_current(self) -> T1
where Self: Sized,

Source§

fn system_collections_i_enumerator_get_current(self) -> Object
where Self: Sized,

Source§

fn system_collections_i_enumerator_reset(self)
where Self: Sized,

Source§

impl<T0, __U> ISortedSet_1_EnumeratorMethods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn ctor(self, set: SortedSet_1<T0>)
where Self: Sized,

Source§

fn ctor_2(self, set: SortedSet_1<T0>, reverse: bool)
where Self: Sized,

Source§

fn system_runtime_serialization_i_deserialization_callback_on_deserialization( self, sender: Object, )
where Self: Sized,

Source§

fn initialize(self)
where Self: Sized,

Source§

fn move_next(self) -> bool
where Self: Sized,

Source§

fn dispose(self)
where Self: Sized,

Source§

fn get_current(self) -> T0
where Self: Sized,

Source§

fn system_collections_i_enumerator_get_current(self) -> Object
where Self: Sized,

Source§

fn get_not_started_or_ended(self) -> bool
where Self: Sized,

Source§

fn reset(self)
where Self: Sized,

Source§

fn system_collections_i_enumerator_reset(self)
where Self: Sized,

Source§

fn cctor()

Source§

impl<T0, __U> IStack_1_EnumeratorMethods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn ctor(self, stack: Stack_1<T0>)
where Self: Sized,

Source§

fn dispose(self)
where Self: Sized,

Source§

fn move_next(self) -> bool
where Self: Sized,

Source§

fn get_current(self) -> T0
where Self: Sized,

Source§

fn throw_enumeration_not_started_or_ended(self)
where Self: Sized,

Source§

fn system_collections_i_enumerator_get_current(self) -> Object
where Self: Sized,

Source§

fn system_collections_i_enumerator_reset(self)
where Self: Sized,

Source§

impl<T0, __U> ITMP_TextProcessingStack_1Methods<T0> for __U
where T0: ClassIdentity, __U: ClassIdentity,

Source§

fn ctor(self, stack: Array<T0>)
where Self: Sized,

Source§

fn ctor_2(self, capacity: i32)
where Self: Sized,

Source§

fn ctor_3(self, capacity: i32, rollover_size: i32)
where Self: Sized,

Source§

fn get_count(self) -> i32
where Self: Sized,

Source§

fn get_current(self) -> T0
where Self: Sized,

Source§

fn get_rollover_size(self) -> i32
where Self: Sized,

Source§

fn set_rollover_size(self, value: i32)
where Self: Sized,

Source§

fn set_default(stack: Array<TMP_TextProcessingStack_1<T0>>, item: T0)

Source§

fn clear(self)
where Self: Sized,

Source§

fn set_default_2(self, item: T0)
where Self: Sized,

Source§

fn add(self, item: T0)
where Self: Sized,

Source§

fn remove(self) -> T0
where Self: Sized,

Source§

fn push(self, item: T0)
where Self: Sized,

Source§

fn pop(self) -> T0
where Self: Sized,

Source§

fn peek(self) -> T0
where Self: Sized,

Source§

fn current_item(self) -> T0
where Self: Sized,

Source§

fn previous_item(self) -> T0
where Self: Sized,

§

impl<T> IlNull for T
where T: FromIlInstance,

§

fn null() -> Self

§

impl<T, U> Into<U> for T
where U: From<T>,

§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

§

impl<T> SystemObject for T
where T: Copy + Into<IlInstance>,

§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.