Struct libil2cpp::raw::Il2CppRegionInfo
source · [−]#[repr(C)]pub struct Il2CppRegionInfo {
pub obj: Il2CppObject,
pub geo_id: i32,
pub iso2name: *mut Il2CppString,
pub iso3name: *mut Il2CppString,
pub win3name: *mut Il2CppString,
pub english_name: *mut Il2CppString,
pub native_name: *mut Il2CppString,
pub currency_symbol: *mut Il2CppString,
pub iso_currency_symbol: *mut Il2CppString,
pub currency_english_name: *mut Il2CppString,
pub currency_native_name: *mut Il2CppString,
}
Fields
obj: Il2CppObject
geo_id: i32
iso2name: *mut Il2CppString
iso3name: *mut Il2CppString
win3name: *mut Il2CppString
english_name: *mut Il2CppString
native_name: *mut Il2CppString
currency_symbol: *mut Il2CppString
iso_currency_symbol: *mut Il2CppString
currency_english_name: *mut Il2CppString
currency_native_name: *mut Il2CppString
Trait Implementations
sourceimpl Clone for Il2CppRegionInfo
impl Clone for Il2CppRegionInfo
sourcefn clone(&self) -> Il2CppRegionInfo
fn clone(&self) -> Il2CppRegionInfo
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 Il2CppRegionInfo
Auto Trait Implementations
impl RefUnwindSafe for Il2CppRegionInfo
impl !Send for Il2CppRegionInfo
impl !Sync for Il2CppRegionInfo
impl Unpin for Il2CppRegionInfo
impl UnwindSafe for Il2CppRegionInfo
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