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: Il2CppObjectgeo_id: i32iso2name: *mut Il2CppStringiso3name: *mut Il2CppStringwin3name: *mut Il2CppStringenglish_name: *mut Il2CppStringnative_name: *mut Il2CppStringcurrency_symbol: *mut Il2CppStringiso_currency_symbol: *mut Il2CppStringcurrency_english_name: *mut Il2CppStringcurrency_native_name: *mut Il2CppStringTrait 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