#[repr(C)]
pub struct Il2CppCultureInfo {
Show 28 fields pub obj: Il2CppObject, pub is_read_only: u8, pub lcid: i32, pub parent_lcid: i32, pub datetime_index: i32, pub number_index: i32, pub default_calendar_type: i32, pub use_user_override: u8, pub number_format: *mut Il2CppNumberFormatInfo, pub datetime_format: *mut Il2CppDateTimeFormatInfo, pub textinfo: *mut Il2CppObject, pub name: *mut Il2CppString, pub englishname: *mut Il2CppString, pub nativename: *mut Il2CppString, pub iso3lang: *mut Il2CppString, pub iso2lang: *mut Il2CppString, pub win3lang: *mut Il2CppString, pub territory: *mut Il2CppString, pub native_calendar_names: *mut Il2CppArray, pub compareinfo: *mut Il2CppString, pub text_info_data: *const c_void, pub dataItem: c_int, pub calendar: *mut Il2CppObject, pub parent_culture: *mut Il2CppObject, pub constructed: u8, pub cached_serialized_form: *mut Il2CppArray, pub cultureData: *mut Il2CppObject, pub isInherited: u8,
}

Fields

obj: Il2CppObjectis_read_only: u8lcid: i32parent_lcid: i32datetime_index: i32number_index: i32default_calendar_type: i32use_user_override: u8number_format: *mut Il2CppNumberFormatInfodatetime_format: *mut Il2CppDateTimeFormatInfotextinfo: *mut Il2CppObjectname: *mut Il2CppStringenglishname: *mut Il2CppStringnativename: *mut Il2CppStringiso3lang: *mut Il2CppStringiso2lang: *mut Il2CppStringwin3lang: *mut Il2CppStringterritory: *mut Il2CppStringnative_calendar_names: *mut Il2CppArraycompareinfo: *mut Il2CppStringtext_info_data: *const c_voiddataItem: c_intcalendar: *mut Il2CppObjectparent_culture: *mut Il2CppObjectconstructed: u8cached_serialized_form: *mut Il2CppArraycultureData: *mut Il2CppObjectisInherited: u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The resulting type after obtaining ownership.

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

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.