#[repr(C)]
pub struct Il2CppNumberFormatInfo {
Show 35 fields pub obj: Il2CppObject, pub numberGroupSizes: *mut Il2CppArray, pub currencyGroupSizes: *mut Il2CppArray, pub percentGroupSizes: *mut Il2CppArray, pub positiveSign: *mut Il2CppString, pub negativeSign: *mut Il2CppString, pub numberDecimalSeparator: *mut Il2CppString, pub numberGroupSeparator: *mut Il2CppString, pub currencyGroupSeparator: *mut Il2CppString, pub currencyDecimalSeparator: *mut Il2CppString, pub currencySymbol: *mut Il2CppString, pub ansiCurrencySymbol: *mut Il2CppString, pub naNSymbol: *mut Il2CppString, pub positiveInfinitySymbol: *mut Il2CppString, pub negativeInfinitySymbol: *mut Il2CppString, pub percentDecimalSeparator: *mut Il2CppString, pub percentGroupSeparator: *mut Il2CppString, pub percentSymbol: *mut Il2CppString, pub perMilleSymbol: *mut Il2CppString, pub nativeDigits: *mut Il2CppArray, pub dataItem: c_int, pub numberDecimalDigits: c_int, pub currencyDecimalDigits: c_int, pub currencyPositivePattern: c_int, pub currencyNegativePattern: c_int, pub numberNegativePattern: c_int, pub percentPositivePattern: c_int, pub percentNegativePattern: c_int, pub percentDecimalDigits: c_int, pub digitSubstitution: c_int, pub readOnly: u8, pub useUserOverride: u8, pub isInvariant: u8, pub validForParseAsNumber: u8, pub validForParseAsCurrency: u8,
}

Fields

obj: Il2CppObjectnumberGroupSizes: *mut Il2CppArraycurrencyGroupSizes: *mut Il2CppArraypercentGroupSizes: *mut Il2CppArraypositiveSign: *mut Il2CppStringnegativeSign: *mut Il2CppStringnumberDecimalSeparator: *mut Il2CppStringnumberGroupSeparator: *mut Il2CppStringcurrencyGroupSeparator: *mut Il2CppStringcurrencyDecimalSeparator: *mut Il2CppStringcurrencySymbol: *mut Il2CppStringansiCurrencySymbol: *mut Il2CppStringnaNSymbol: *mut Il2CppStringpositiveInfinitySymbol: *mut Il2CppStringnegativeInfinitySymbol: *mut Il2CppStringpercentDecimalSeparator: *mut Il2CppStringpercentGroupSeparator: *mut Il2CppStringpercentSymbol: *mut Il2CppStringperMilleSymbol: *mut Il2CppStringnativeDigits: *mut Il2CppArraydataItem: c_intnumberDecimalDigits: c_intcurrencyDecimalDigits: c_intcurrencyPositivePattern: c_intcurrencyNegativePattern: c_intnumberNegativePattern: c_intpercentPositivePattern: c_intpercentNegativePattern: c_intpercentDecimalDigits: c_intdigitSubstitution: c_intreadOnly: u8useUserOverride: u8isInvariant: u8validForParseAsNumber: u8validForParseAsCurrency: 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.