Skip to main content

AssetTable_Result

Struct AssetTable_Result 

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

IL2CPP class: App.AssetTable.Result Inherits: Object

Implementations§

Source§

impl AssetTable_Result

Source

pub fn base(self) -> Object

Source§

impl AssetTable_Result

Source

pub fn get_for_talk(pid: impl Into<Il2CppString>) -> AssetTable_Result

GetForTalk(::unity::Il2CppString) overload

Source

pub fn get_for_talk_2(unit: impl Into<Unit>) -> AssetTable_Result

GetForTalk(crate::app::unit::Unit) overload

Source

pub fn get_for_demo( pid: impl Into<Il2CppString>, is_default: impl Into<bool>, is_plain: impl Into<bool>, ) -> AssetTable_Result

GetForDemo(::unity::Il2CppString, bool, bool) overload

Source

pub fn get_kizuna_condition( conditions: impl Into<Array<Il2CppString>>, ) -> Array<Il2CppString>

GetKizunaCondition(::unity::Array<::unity::Il2CppString>) overload

Source

pub fn get_for_kizuna( pid: impl Into<Il2CppString>, conditions: impl Into<Array<Il2CppString>>, ) -> AssetTable_Result

GetForKizuna(::unity::Il2CppString, ::unity::Array<::unity::Il2CppString>) overload

Source

pub fn get_hub_condition( conditions: impl Into<Array<Il2CppString>>, ) -> Array<Il2CppString>

GetHubCondition(::unity::Array<::unity::Il2CppString>) overload

Source

pub fn get_for_hub( pid: impl Into<Il2CppString>, conditions: impl Into<Array<Il2CppString>>, ) -> AssetTable_Result

GetForHub(::unity::Il2CppString, ::unity::Array<::unity::Il2CppString>) overload

Source

pub fn get_for_hub_direct( pid: impl Into<Il2CppString>, condisions: impl Into<Array<Il2CppString>>, ) -> AssetTable_Result

GetForHubDirect(::unity::Il2CppString, ::unity::Array<::unity::Il2CppString>) overload

Source

pub fn get_for_accessory(unit: impl Into<Unit>) -> AssetTable_Result

GetForAccessory(crate::app::unit::Unit) overload

Source

pub fn get_from_unit( mode: impl Into<AssetTable_Modes>, unit: impl Into<Unit>, conditions: impl Into<Array<Il2CppString>>, ) -> AssetTable_Result

GetFromUnit(crate::app::assettable::AssetTable_Modes, crate::app::unit::Unit, ::unity::Array<::unity::Il2CppString>) overload

Source

pub fn get_from_unit_2( mode: impl Into<AssetTable_Modes>, unit: impl Into<Unit>, equipped: impl Into<ItemData>, conditions: impl Into<Array<Il2CppString>>, ) -> AssetTable_Result

GetFromUnit(crate::app::assettable::AssetTable_Modes, crate::app::unit::Unit, crate::app::itemdata::ItemData, ::unity::Array<::unity::Il2CppString>) overload

Source

pub fn get_for_unit_info(unit: impl Into<Unit>) -> AssetTable_Result

GetForUnitInfo(crate::app::unit::Unit) overload

Source

pub fn get_for_unit_info_2( unit: impl Into<Unit>, equipped: impl Into<ItemData>, ) -> AssetTable_Result

GetForUnitInfo(crate::app::unit::Unit, crate::app::itemdata::ItemData) overload

Source

pub fn get_for_unit_info_3( god_data: impl Into<GodData>, is_darkness: impl Into<bool>, ) -> AssetTable_Result

GetForUnitInfo(crate::app::goddata::GodData, bool) overload

Source

pub fn get_for_unit_info_4(god_unit: impl Into<GodUnit>) -> AssetTable_Result

GetForUnitInfo(crate::app::godunit::GodUnit) overload

Source

pub fn get_for_unit_hub(unit: impl Into<Unit>) -> AssetTable_Result

GetForUnitHub(crate::app::unit::Unit) overload

Source

pub fn get_for_talk_3(god_data: impl Into<GodData>) -> AssetTable_Result

GetForTalk(crate::app::goddata::GodData) overload

Source

pub fn get_for_talk_4(god_unit: impl Into<GodUnit>) -> AssetTable_Result

GetForTalk(crate::app::godunit::GodUnit) overload

Source

pub fn get_for_demo_2(god_data: impl Into<GodData>) -> AssetTable_Result

GetForDemo(crate::app::goddata::GodData) overload

Source

pub fn get_for_hub_2(god_data: impl Into<GodData>) -> AssetTable_Result

GetForHub(crate::app::goddata::GodData) overload

Source

pub fn get_from_god( mode: impl Into<AssetTable_Modes>, god_unit: impl Into<GodUnit>, conditions: impl Into<Array<Il2CppString>>, ) -> AssetTable_Result

GetFromGod(crate::app::assettable::AssetTable_Modes, crate::app::godunit::GodUnit, ::unity::Array<::unity::Il2CppString>) overload

Source

pub fn get_from_god_2( mode: impl Into<AssetTable_Modes>, god_data: impl Into<GodData>, is_darkness: impl Into<bool>, conditions: impl Into<Array<Il2CppString>>, ) -> AssetTable_Result

GetFromGod(crate::app::assettable::AssetTable_Modes, crate::app::goddata::GodData, bool, ::unity::Array<::unity::Il2CppString>) overload

Source

pub fn get_from_item( mode: impl Into<AssetTable_Modes>, item: impl Into<ItemData>, ) -> AssetTable_Result

GetFromItem(crate::app::assettable::AssetTable_Modes, crate::app::itemdata::ItemData) overload

Source

pub fn get_from_shop( mode: impl Into<AssetTable_Modes>, item: impl Into<ItemData>, ) -> AssetTable_Result

GetFromShop(crate::app::assettable::AssetTable_Modes, crate::app::itemdata::ItemData) overload

Source

pub fn get_from_preset(name: impl Into<Il2CppString>) -> AssetTable_Result

GetFromPreset(::unity::Il2CppString) overload

Source

pub fn get_edit_conditions(edit: impl Into<UnitEdit>) -> Array<Il2CppString>

GetEditConditions(crate::app::unitedit::UnitEdit) overload

Source

pub fn get_for_relay( person: impl Into<PersonData>, job: impl Into<JobData>, edit: impl Into<UnitEdit>, ) -> AssetTable_Result

GetForRelay(crate::app::persondata::PersonData, crate::app::jobdata::JobData, crate::app::unitedit::UnitEdit) overload

Source

pub fn get_for_editor( mode: impl Into<AssetTable_Modes>, pid: impl Into<Il2CppString>, jid: impl Into<Il2CppString>, iid: impl Into<Il2CppString>, gid: impl Into<Il2CppString>, force: impl Into<Force_Type>, state: impl Into<AssetTable_States>, ) -> AssetTable_Result

GetForEditor(crate::app::assettable::AssetTable_Modes, ::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString, crate::app::force::Force_Type, crate::app::assettable::AssetTable_States) overload

Source

pub fn get_from_pid( mode: impl Into<AssetTable_Modes>, pid: impl Into<Il2CppString>, conditions: impl Into<Array<Il2CppString>>, ) -> AssetTable_Result

GetFromPID(crate::app::assettable::AssetTable_Modes, ::unity::Il2CppString, ::unity::Array<::unity::Il2CppString>) overload

Source§

impl AssetTable_Result

Source

pub fn get_pid_method_info() -> &'static MethodInfo

Source

pub fn set_pid_method_info() -> &'static MethodInfo

Source

pub fn get_jid_method_info() -> &'static MethodInfo

Source

pub fn set_jid_method_info() -> &'static MethodInfo

Source

pub fn get_body_model_method_info() -> &'static MethodInfo

Source

pub fn set_body_model_method_info() -> &'static MethodInfo

Source

pub fn get_dress_model_method_info() -> &'static MethodInfo

Source

pub fn set_dress_model_method_info() -> &'static MethodInfo

Source

pub fn get_head_model_method_info() -> &'static MethodInfo

Source

pub fn set_head_model_method_info() -> &'static MethodInfo

Source

pub fn get_hair_model_method_info() -> &'static MethodInfo

Source

pub fn set_hair_model_method_info() -> &'static MethodInfo

Source

pub fn get_ride_model_method_info() -> &'static MethodInfo

Source

pub fn set_ride_model_method_info() -> &'static MethodInfo

Source

pub fn get_ride_dress_model_method_info() -> &'static MethodInfo

Source

pub fn set_ride_dress_model_method_info() -> &'static MethodInfo

Source

pub fn get_left_hand_method_info() -> &'static MethodInfo

Source

pub fn set_left_hand_method_info() -> &'static MethodInfo

Source

pub fn get_right_hand_method_info() -> &'static MethodInfo

Source

pub fn set_right_hand_method_info() -> &'static MethodInfo

Source

pub fn get_trail_method_info() -> &'static MethodInfo

Source

pub fn set_trail_method_info() -> &'static MethodInfo

Source

pub fn get_magic_method_info() -> &'static MethodInfo

Source

pub fn set_magic_method_info() -> &'static MethodInfo

Source

pub fn get_body_anim_method_info() -> &'static MethodInfo

Source

pub fn set_body_anim_method_info() -> &'static MethodInfo

Source

pub fn get_ride_anim_method_info() -> &'static MethodInfo

Source

pub fn set_ride_anim_method_info() -> &'static MethodInfo

Source

pub fn get_hair_color_method_info() -> &'static MethodInfo

Source

pub fn set_hair_color_method_info() -> &'static MethodInfo

Source

pub fn get_grad_color_method_info() -> &'static MethodInfo

Source

pub fn set_grad_color_method_info() -> &'static MethodInfo

Source

pub fn get_skin_color_method_info() -> &'static MethodInfo

Source

pub fn set_skin_color_method_info() -> &'static MethodInfo

Source

pub fn get_toon_shadow_color_method_info() -> &'static MethodInfo

Source

pub fn set_toon_shadow_color_method_info() -> &'static MethodInfo

Source

pub fn get_mask_color100_method_info() -> &'static MethodInfo

Source

pub fn set_mask_color100_method_info() -> &'static MethodInfo

Source

pub fn get_mask_color075_method_info() -> &'static MethodInfo

Source

pub fn set_mask_color075_method_info() -> &'static MethodInfo

Source

pub fn get_mask_color050_method_info() -> &'static MethodInfo

Source

pub fn set_mask_color050_method_info() -> &'static MethodInfo

Source

pub fn get_mask_color025_method_info() -> &'static MethodInfo

Source

pub fn set_mask_color025_method_info() -> &'static MethodInfo

Source

pub fn get_scale_all_method_info() -> &'static MethodInfo

Source

pub fn set_scale_all_method_info() -> &'static MethodInfo

Source

pub fn get_scale_head_method_info() -> &'static MethodInfo

Source

pub fn set_scale_head_method_info() -> &'static MethodInfo

Source

pub fn get_scale_neck_method_info() -> &'static MethodInfo

Source

pub fn set_scale_neck_method_info() -> &'static MethodInfo

Source

pub fn get_scale_torso_method_info() -> &'static MethodInfo

Source

pub fn set_scale_torso_method_info() -> &'static MethodInfo

Source

pub fn get_scale_shoulders_method_info() -> &'static MethodInfo

Source

pub fn set_scale_shoulders_method_info() -> &'static MethodInfo

Source

pub fn get_scale_arms_method_info() -> &'static MethodInfo

Source

pub fn set_scale_arms_method_info() -> &'static MethodInfo

Source

pub fn get_scale_hands_method_info() -> &'static MethodInfo

Source

pub fn set_scale_hands_method_info() -> &'static MethodInfo

Source

pub fn get_scale_legs_method_info() -> &'static MethodInfo

Source

pub fn set_scale_legs_method_info() -> &'static MethodInfo

Source

pub fn get_scale_feet_method_info() -> &'static MethodInfo

Source

pub fn set_scale_feet_method_info() -> &'static MethodInfo

Source

pub fn get_volume_arms_method_info() -> &'static MethodInfo

Source

pub fn get_volume_legs_method_info() -> &'static MethodInfo

Source

pub fn get_volume_bust_method_info() -> &'static MethodInfo

Source

pub fn set_volume_bust_method_info() -> &'static MethodInfo

Source

pub fn get_volume_abdomen_method_info() -> &'static MethodInfo

Source

pub fn set_volume_abdomen_method_info() -> &'static MethodInfo

Source

pub fn get_volume_torso_method_info() -> &'static MethodInfo

Source

pub fn set_volume_torso_method_info() -> &'static MethodInfo

Source

pub fn get_volume_base_arms_method_info() -> &'static MethodInfo

Source

pub fn set_volume_base_arms_method_info() -> &'static MethodInfo

Source

pub fn get_volume_base_legs_method_info() -> &'static MethodInfo

Source

pub fn set_volume_base_legs_method_info() -> &'static MethodInfo

Source

pub fn get_volume_scale_arms_method_info() -> &'static MethodInfo

Source

pub fn set_volume_scale_arms_method_info() -> &'static MethodInfo

Source

pub fn get_volume_scale_legs_method_info() -> &'static MethodInfo

Source

pub fn set_volume_scale_legs_method_info() -> &'static MethodInfo

Source

pub fn get_map_scale_all_method_info() -> &'static MethodInfo

Source

pub fn set_map_scale_all_method_info() -> &'static MethodInfo

Source

pub fn get_map_scale_head_method_info() -> &'static MethodInfo

Source

pub fn set_map_scale_head_method_info() -> &'static MethodInfo

Source

pub fn get_map_scale_wing_method_info() -> &'static MethodInfo

Source

pub fn set_map_scale_wing_method_info() -> &'static MethodInfo

Source

pub fn get_body_anims_method_info() -> &'static MethodInfo

Source

pub fn get_accessories_method_info() -> &'static MethodInfo

Source

pub fn get_sound_method_info() -> &'static MethodInfo

Source

pub fn set_sound_method_info() -> &'static MethodInfo

Source

pub fn ctor_method_info() -> &'static MethodInfo

Source

pub fn setup_method_info() -> &'static MethodInfo

Source

pub fn setup_2_method_info() -> &'static MethodInfo

Source

pub fn setup_3_method_info() -> &'static MethodInfo

Source

pub fn setup_4_method_info() -> &'static MethodInfo

Source

pub fn setup_5_method_info() -> &'static MethodInfo

Source

pub fn setup_6_method_info() -> &'static MethodInfo

Source

pub fn commit_method_info() -> &'static MethodInfo

Source

pub fn commit_2_method_info() -> &'static MethodInfo

Source

pub fn commit_3_method_info() -> &'static MethodInfo

Source

pub fn commit_4_method_info() -> &'static MethodInfo

Source

pub fn commit_5_method_info() -> &'static MethodInfo

Source

pub fn commit_6_method_info() -> &'static MethodInfo

Source

pub fn commit_7_method_info() -> &'static MethodInfo

Source

pub fn commit_8_method_info() -> &'static MethodInfo

Source

pub fn replace_method_info() -> &'static MethodInfo

Source

pub fn replace_2_method_info() -> &'static MethodInfo

Source

pub fn replace_scale_method_info() -> &'static MethodInfo

Source

pub fn clear_method_info() -> &'static MethodInfo

Source

pub fn dispose_method_info() -> &'static MethodInfo

Source

pub fn dump_method_info() -> &'static MethodInfo

Source

pub fn hide_stirrup_method_info() -> &'static MethodInfo

Source

pub fn replace_for_talk_method_info() -> &'static MethodInfo

Source

pub fn replace_for_info_method_info() -> &'static MethodInfo

Source

pub fn replace_for_demo_method_info() -> &'static MethodInfo

Source

pub fn replace_for_hub_method_info() -> &'static MethodInfo

Source

pub fn get_hash_code_method_info() -> &'static MethodInfo

Source

pub fn try_dump_method_info() -> &'static MethodInfo

Source

pub fn get_for_talk_method_info() -> &'static MethodInfo

Source

pub fn get_for_talk_2_method_info() -> &'static MethodInfo

Source

pub fn get_for_demo_method_info() -> &'static MethodInfo

Source

pub fn get_kizuna_condition_method_info() -> &'static MethodInfo

Source

pub fn get_for_kizuna_method_info() -> &'static MethodInfo

Source

pub fn get_hub_condition_method_info() -> &'static MethodInfo

Source

pub fn get_for_hub_method_info() -> &'static MethodInfo

Source

pub fn get_for_hub_direct_method_info() -> &'static MethodInfo

Source

pub fn get_for_accessory_method_info() -> &'static MethodInfo

Source

pub fn get_from_unit_method_info() -> &'static MethodInfo

Source

pub fn get_from_unit_2_method_info() -> &'static MethodInfo

Source

pub fn get_for_unit_info_method_info() -> &'static MethodInfo

Source

pub fn get_for_unit_info_2_method_info() -> &'static MethodInfo

Source

pub fn get_for_unit_info_3_method_info() -> &'static MethodInfo

Source

pub fn get_for_unit_info_4_method_info() -> &'static MethodInfo

Source

pub fn get_for_unit_hub_method_info() -> &'static MethodInfo

Source

pub fn get_for_talk_3_method_info() -> &'static MethodInfo

Source

pub fn get_for_talk_4_method_info() -> &'static MethodInfo

Source

pub fn get_for_demo_2_method_info() -> &'static MethodInfo

Source

pub fn get_for_hub_2_method_info() -> &'static MethodInfo

Source

pub fn get_from_god_method_info() -> &'static MethodInfo

Source

pub fn get_from_god_2_method_info() -> &'static MethodInfo

Source

pub fn get_from_item_method_info() -> &'static MethodInfo

Source

pub fn get_from_shop_method_info() -> &'static MethodInfo

Source

pub fn get_from_preset_method_info() -> &'static MethodInfo

Source

pub fn get_edit_conditions_method_info() -> &'static MethodInfo

Source

pub fn get_for_relay_method_info() -> &'static MethodInfo

Source

pub fn get_for_editor_method_info() -> &'static MethodInfo

Source

pub fn get_from_pid_method_info() -> &'static MethodInfo

Source§

impl AssetTable_Result

Source

pub unsafe fn dispose(this: impl Into<IlInstance>)

Direct (non-virtual) call to AssetTable_Result’s own Dispose. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.

Source

pub unsafe fn get_hash_code(this: impl Into<IlInstance>) -> i32

Direct (non-virtual) call to AssetTable_Result’s own GetHashCode. Bypasses the vtable, so it won’t hit an override/patch — use it for base calls.

Source§

impl AssetTable_Result

Source

pub fn new() -> Self

.ctor() — no args

Trait Implementations§

Source§

impl ClassIdentity for AssetTable_Result

Source§

const NAMESPACE: &'static str = "App"

Source§

const NAME: &'static str = "AssetTable.Result"

Source§

fn class() -> Class

Source§

impl Clone for AssetTable_Result

Source§

fn clone(&self) -> AssetTable_Result

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 AssetTable_Result

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 IAssetTable_Result for AssetTable_Result

Source§

impl IlType for AssetTable_Result

Source§

fn il_type() -> &'static Il2CppType

Source§

impl Copy for AssetTable_Result

Source§

impl IObject for AssetTable_Result

Auto Trait Implementations§

§

impl Freeze for AssetTable_Result

§

impl RefUnwindSafe for AssetTable_Result

§

impl !Send for AssetTable_Result

§

impl !Sync for AssetTable_Result

§

impl Unpin for AssetTable_Result

§

impl UnwindSafe for AssetTable_Result

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<__T> IAssetTable_ResultMethods for __T
where __T: IAssetTable_Result,

Source§

fn get_pid(self) -> Il2CppString

get_Pid() overload
Source§

fn set_pid(self, value: impl Into<Il2CppString>)

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

fn get_jid(self) -> Il2CppString

get_Jid() overload
Source§

fn set_jid(self, value: impl Into<Il2CppString>)

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

fn get_body_model(self) -> Il2CppString

get_BodyModel() overload
Source§

fn set_body_model(self, value: impl Into<Il2CppString>)

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

fn get_dress_model(self) -> Il2CppString

get_DressModel() overload
Source§

fn set_dress_model(self, value: impl Into<Il2CppString>)

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

fn get_head_model(self) -> Il2CppString

get_HeadModel() overload
Source§

fn set_head_model(self, value: impl Into<Il2CppString>)

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

fn get_hair_model(self) -> Il2CppString

get_HairModel() overload
Source§

fn set_hair_model(self, value: impl Into<Il2CppString>)

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

fn get_ride_model(self) -> Il2CppString

get_RideModel() overload
Source§

fn set_ride_model(self, value: impl Into<Il2CppString>)

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

fn get_ride_dress_model(self) -> Il2CppString

get_RideDressModel() overload
Source§

fn set_ride_dress_model(self, value: impl Into<Il2CppString>)

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

fn get_left_hand(self) -> Il2CppString

get_LeftHand() overload
Source§

fn set_left_hand(self, value: impl Into<Il2CppString>)

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

fn get_right_hand(self) -> Il2CppString

get_RightHand() overload
Source§

fn set_right_hand(self, value: impl Into<Il2CppString>)

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

fn get_trail(self) -> Il2CppString

get_Trail() overload
Source§

fn set_trail(self, value: impl Into<Il2CppString>)

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

fn get_magic(self) -> Il2CppString

get_Magic() overload
Source§

fn set_magic(self, value: impl Into<Il2CppString>)

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

fn get_body_anim(self) -> Il2CppString

get_BodyAnim() overload
Source§

fn set_body_anim(self, value: impl Into<Il2CppString>)

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

fn get_ride_anim(self) -> Il2CppString

get_RideAnim() overload
Source§

fn set_ride_anim(self, value: impl Into<Il2CppString>)

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

fn get_hair_color(self) -> Color

get_HairColor() overload
Source§

fn set_hair_color(self, value: impl Into<Color>)

set_HairColor(crate::unity_engine::color::Color) overload
Source§

fn get_grad_color(self) -> Color

get_GradColor() overload
Source§

fn set_grad_color(self, value: impl Into<Color>)

set_GradColor(crate::unity_engine::color::Color) overload
Source§

fn get_skin_color(self) -> Color

get_SkinColor() overload
Source§

fn set_skin_color(self, value: impl Into<Color>)

set_SkinColor(crate::unity_engine::color::Color) overload
Source§

fn get_toon_shadow_color(self) -> Color

get_ToonShadowColor() overload
Source§

fn set_toon_shadow_color(self, value: impl Into<Color>)

set_ToonShadowColor(crate::unity_engine::color::Color) overload
Source§

fn get_mask_color100(self) -> Color

get_MaskColor100() overload
Source§

fn set_mask_color100(self, value: impl Into<Color>)

set_MaskColor100(crate::unity_engine::color::Color) overload
Source§

fn get_mask_color075(self) -> Color

get_MaskColor075() overload
Source§

fn set_mask_color075(self, value: impl Into<Color>)

set_MaskColor075(crate::unity_engine::color::Color) overload
Source§

fn get_mask_color050(self) -> Color

get_MaskColor050() overload
Source§

fn set_mask_color050(self, value: impl Into<Color>)

set_MaskColor050(crate::unity_engine::color::Color) overload
Source§

fn get_mask_color025(self) -> Color

get_MaskColor025() overload
Source§

fn set_mask_color025(self, value: impl Into<Color>)

set_MaskColor025(crate::unity_engine::color::Color) overload
Source§

fn get_scale_all(self) -> f32

get_ScaleAll() overload
Source§

fn set_scale_all(self, value: impl Into<f32>)

set_ScaleAll(f32) overload
Source§

fn get_scale_head(self) -> f32

get_ScaleHead() overload
Source§

fn set_scale_head(self, value: impl Into<f32>)

set_ScaleHead(f32) overload
Source§

fn get_scale_neck(self) -> f32

get_ScaleNeck() overload
Source§

fn set_scale_neck(self, value: impl Into<f32>)

set_ScaleNeck(f32) overload
Source§

fn get_scale_torso(self) -> f32

get_ScaleTorso() overload
Source§

fn set_scale_torso(self, value: impl Into<f32>)

set_ScaleTorso(f32) overload
Source§

fn get_scale_shoulders(self) -> f32

get_ScaleShoulders() overload
Source§

fn set_scale_shoulders(self, value: impl Into<f32>)

set_ScaleShoulders(f32) overload
Source§

fn get_scale_arms(self) -> f32

get_ScaleArms() overload
Source§

fn set_scale_arms(self, value: impl Into<f32>)

set_ScaleArms(f32) overload
Source§

fn get_scale_hands(self) -> f32

get_ScaleHands() overload
Source§

fn set_scale_hands(self, value: impl Into<f32>)

set_ScaleHands(f32) overload
Source§

fn get_scale_legs(self) -> f32

get_ScaleLegs() overload
Source§

fn set_scale_legs(self, value: impl Into<f32>)

set_ScaleLegs(f32) overload
Source§

fn get_scale_feet(self) -> f32

get_ScaleFeet() overload
Source§

fn set_scale_feet(self, value: impl Into<f32>)

set_ScaleFeet(f32) overload
Source§

fn get_volume_arms(self) -> f32

get_VolumeArms() overload
Source§

fn get_volume_legs(self) -> f32

get_VolumeLegs() overload
Source§

fn get_volume_bust(self) -> f32

get_VolumeBust() overload
Source§

fn set_volume_bust(self, value: impl Into<f32>)

set_VolumeBust(f32) overload
Source§

fn get_volume_abdomen(self) -> f32

get_VolumeAbdomen() overload
Source§

fn set_volume_abdomen(self, value: impl Into<f32>)

set_VolumeAbdomen(f32) overload
Source§

fn get_volume_torso(self) -> f32

get_VolumeTorso() overload
Source§

fn set_volume_torso(self, value: impl Into<f32>)

set_VolumeTorso(f32) overload
Source§

fn get_volume_base_arms(self) -> f32

get_VolumeBaseArms() overload
Source§

fn set_volume_base_arms(self, value: impl Into<f32>)

set_VolumeBaseArms(f32) overload
Source§

fn get_volume_base_legs(self) -> f32

get_VolumeBaseLegs() overload
Source§

fn set_volume_base_legs(self, value: impl Into<f32>)

set_VolumeBaseLegs(f32) overload
Source§

fn get_volume_scale_arms(self) -> f32

get_VolumeScaleArms() overload
Source§

fn set_volume_scale_arms(self, value: impl Into<f32>)

set_VolumeScaleArms(f32) overload
Source§

fn get_volume_scale_legs(self) -> f32

get_VolumeScaleLegs() overload
Source§

fn set_volume_scale_legs(self, value: impl Into<f32>)

set_VolumeScaleLegs(f32) overload
Source§

fn get_map_scale_all(self) -> f32

get_MapScaleAll() overload
Source§

fn set_map_scale_all(self, value: impl Into<f32>)

set_MapScaleAll(f32) overload
Source§

fn get_map_scale_head(self) -> f32

get_MapScaleHead() overload
Source§

fn set_map_scale_head(self, value: impl Into<f32>)

set_MapScaleHead(f32) overload
Source§

fn get_map_scale_wing(self) -> f32

get_MapScaleWing() overload
Source§

fn set_map_scale_wing(self, value: impl Into<f32>)

set_MapScaleWing(f32) overload
Source§

fn get_body_anims(self) -> List_1<Il2CppString>

get_BodyAnims() overload
Source§

fn get_accessories(self) -> AssetTable_AccessoryList

get_Accessories() overload
Source§

fn get_sound(self) -> AssetTable_Sound

get_Sound() overload
Source§

fn set_sound(self, value: impl Into<AssetTable_Sound>)

set_Sound(crate::app::assettable::AssetTable_Sound) overload
Source§

fn ctor(self)

.ctor() overload
Source§

fn setup( self, mode: impl Into<AssetTable_Modes>, unit: impl Into<Unit>, equipped: impl Into<ItemData>, conditions: impl Into<Array<Il2CppString>>, ) -> AssetTable_Result

Setup(crate::app::assettable::AssetTable_Modes, crate::app::unit::Unit, crate::app::itemdata::ItemData, ::unity::Array<::unity::Il2CppString>) overload
Source§

fn setup_2( self, mode: impl Into<AssetTable_Modes>, god_data: impl Into<GodData>, is_darkness: impl Into<bool>, conditions: impl Into<Array<Il2CppString>>, ) -> AssetTable_Result

Setup(crate::app::assettable::AssetTable_Modes, crate::app::goddata::GodData, bool, ::unity::Array<::unity::Il2CppString>) overload
Source§

fn setup_3(self, data: impl Into<AssetTable>) -> AssetTable_Result

Setup(crate::app::assettable::AssetTable) overload
Source§

fn setup_4( self, mode: impl Into<AssetTable_Modes>, person: impl Into<PersonData>, conditions: impl Into<Array<Il2CppString>>, ) -> AssetTable_Result

Setup(crate::app::assettable::AssetTable_Modes, crate::app::persondata::PersonData, ::unity::Array<::unity::Il2CppString>) overload
Source§

fn setup_5( self, mode: impl Into<AssetTable_Modes>, person: impl Into<PersonData>, job: impl Into<JobData>, equipped: impl Into<ItemData>, conditions: impl Into<Array<Il2CppString>>, ) -> AssetTable_Result

Setup(crate::app::assettable::AssetTable_Modes, crate::app::persondata::PersonData, crate::app::jobdata::JobData, crate::app::itemdata::ItemData, ::unity::Array<::unity::Il2CppString>) overload
Source§

fn setup_6( self, mode: impl Into<AssetTable_Modes>, person: impl Into<PersonData>, job: impl Into<JobData>, god: impl Into<GodData>, equipped: impl Into<ItemData>, force: impl Into<Force_Type>, state: impl Into<AssetTable_States>, is_darkness: impl Into<bool>, conditions: impl Into<Array<Il2CppString>>, ) -> AssetTable_Result

Setup(crate::app::assettable::AssetTable_Modes, crate::app::persondata::PersonData, crate::app::jobdata::JobData, crate::app::goddata::GodData, crate::app::itemdata::ItemData, crate::app::force::Force_Type, crate::app::assettable::AssetTable_States, bool, ::unity::Array<::unity::Il2CppString>) overload
Source§

fn commit(self, mode: impl Into<AssetTable_Modes>)

Commit(crate::app::assettable::AssetTable_Modes) overload
Source§

fn commit_2( self, mode: impl Into<AssetTable_Modes>, person: impl Into<PersonData>, job: impl Into<JobData>, equipped: impl Into<ItemData>, )

Commit(crate::app::assettable::AssetTable_Modes, crate::app::persondata::PersonData, crate::app::jobdata::JobData, crate::app::itemdata::ItemData) overload
Source§

fn commit_3( self, mode: impl Into<AssetTable_Modes>, god_data: impl Into<GodData>, )

Commit(crate::app::assettable::AssetTable_Modes, crate::app::goddata::GodData) overload
Source§

fn commit_4(self, data: impl Into<AssetTable>)

Commit(crate::app::assettable::AssetTable) overload
Source§

fn commit_5( self, value: impl Into<Il2CppString>, replace: impl Into<Il2CppString>, ) -> Il2CppString

Commit(::unity::Il2CppString, ::unity::Il2CppString) overload
Source§

fn commit_6(self, value: impl Into<f32>, replace: impl Into<f32>) -> f32

Commit(f32, f32) overload
Source§

fn commit_7(self, color: impl Into<Color>, replace: impl Into<Color>) -> Color

Commit(crate::unity_engine::color::Color, crate::unity_engine::color::Color) overload
Source§

fn commit_8(self, accessory: impl Into<AssetTable_Accessory>)

Commit(crate::app::assettable::AssetTable_Accessory) overload
Source§

fn replace(self, mode: impl Into<AssetTable_Modes>)

Replace(crate::app::assettable::AssetTable_Modes) overload
Source§

fn replace_2( self, name: impl Into<Il2CppString>, mode: impl Into<AssetTable_Modes>, rename: impl Into<Il2CppString>, ) -> Il2CppString

Replace(::unity::Il2CppString, crate::app::assettable::AssetTable_Modes, ::unity::Il2CppString) overload
Source§

fn replace_scale(self, value: impl Into<f32>, replace: impl Into<f32>) -> f32

ReplaceScale(f32, f32) overload
Source§

fn clear(self)

Clear() overload
Source§

fn dispose(self)

Dispose() overload
Source§

fn dump(self)

Dump() overload
Source§

fn hide_stirrup(self)

HideStirrup() overload
Source§

fn replace_for_talk(self) -> AssetTable_Result

ReplaceForTalk() overload
Source§

fn replace_for_info(self) -> AssetTable_Result

ReplaceForInfo() overload
Source§

fn replace_for_demo(self) -> AssetTable_Result

ReplaceForDemo() overload
Source§

fn replace_for_hub(self) -> AssetTable_Result

ReplaceForHub() overload
Source§

fn get_hash_code(self) -> i32

GetHashCode() overload
Source§

fn try_dump(self) -> AssetTable_Result

TryDump() overload
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<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.