#[repr(C)]
pub struct Il2CppCalendarData {
Show 16 fields pub obj: Il2CppObject, pub NativeName: *mut Il2CppString, pub ShortDatePatterns: *mut Il2CppArray, pub YearMonthPatterns: *mut Il2CppArray, pub LongDatePatterns: *mut Il2CppArray, pub MonthDayPattern: *mut Il2CppString, pub EraNames: *mut Il2CppArray, pub AbbreviatedEraNames: *mut Il2CppArray, pub AbbreviatedEnglishEraNames: *mut Il2CppArray, pub DayNames: *mut Il2CppArray, pub AbbreviatedDayNames: *mut Il2CppArray, pub SuperShortDayNames: *mut Il2CppArray, pub MonthNames: *mut Il2CppArray, pub AbbreviatedMonthNames: *mut Il2CppArray, pub GenitiveMonthNames: *mut Il2CppArray, pub GenitiveAbbreviatedMonthNames: *mut Il2CppArray,
}

Fields

obj: Il2CppObjectNativeName: *mut Il2CppStringShortDatePatterns: *mut Il2CppArrayYearMonthPatterns: *mut Il2CppArrayLongDatePatterns: *mut Il2CppArrayMonthDayPattern: *mut Il2CppStringEraNames: *mut Il2CppArrayAbbreviatedEraNames: *mut Il2CppArrayAbbreviatedEnglishEraNames: *mut Il2CppArrayDayNames: *mut Il2CppArrayAbbreviatedDayNames: *mut Il2CppArraySuperShortDayNames: *mut Il2CppArrayMonthNames: *mut Il2CppArrayAbbreviatedMonthNames: *mut Il2CppArrayGenitiveMonthNames: *mut Il2CppArrayGenitiveAbbreviatedMonthNames: *mut Il2CppArray

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.