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: 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: u8Trait 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