Struct libil2cpp::raw::Il2CppNumberFormatInfo
source · [−]#[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: Il2CppObject
numberGroupSizes: *mut Il2CppArray
currencyGroupSizes: *mut Il2CppArray
percentGroupSizes: *mut Il2CppArray
positiveSign: *mut Il2CppString
negativeSign: *mut Il2CppString
numberDecimalSeparator: *mut Il2CppString
numberGroupSeparator: *mut Il2CppString
currencyGroupSeparator: *mut Il2CppString
currencyDecimalSeparator: *mut Il2CppString
currencySymbol: *mut Il2CppString
ansiCurrencySymbol: *mut Il2CppString
naNSymbol: *mut Il2CppString
positiveInfinitySymbol: *mut Il2CppString
negativeInfinitySymbol: *mut Il2CppString
percentDecimalSeparator: *mut Il2CppString
percentGroupSeparator: *mut Il2CppString
percentSymbol: *mut Il2CppString
perMilleSymbol: *mut Il2CppString
nativeDigits: *mut Il2CppArray
dataItem: c_int
numberDecimalDigits: c_int
currencyDecimalDigits: c_int
currencyPositivePattern: c_int
currencyNegativePattern: c_int
numberNegativePattern: c_int
percentPositivePattern: c_int
percentNegativePattern: c_int
percentDecimalDigits: c_int
digitSubstitution: c_int
readOnly: u8
useUserOverride: u8
isInvariant: u8
validForParseAsNumber: u8
validForParseAsCurrency: u8
Trait Implementations
sourceimpl Clone for Il2CppNumberFormatInfo
impl Clone for Il2CppNumberFormatInfo
sourcefn clone(&self) -> Il2CppNumberFormatInfo
fn clone(&self) -> Il2CppNumberFormatInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for Il2CppNumberFormatInfo
Auto Trait Implementations
impl RefUnwindSafe for Il2CppNumberFormatInfo
impl !Send for Il2CppNumberFormatInfo
impl !Sync for Il2CppNumberFormatInfo
impl Unpin for Il2CppNumberFormatInfo
impl UnwindSafe for Il2CppNumberFormatInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more