#[repr(C)]pub struct MapGodExp_KindDesc {
pub param_name: Il2CppString,
pub is_multi: bool,
}Expand description
Fields§
§param_name: Il2CppString§is_multi: boolImplementations§
Source§impl MapGodExp_KindDesc
impl MapGodExp_KindDesc
Sourcepub fn ctor(&mut self, param_name: impl Into<Il2CppString>)
pub fn ctor(&mut self, param_name: impl Into<Il2CppString>)
.ctor(::unity::Il2CppString) overload
Sourcepub fn ctor_2(
&mut self,
param_name: impl Into<Il2CppString>,
is_multi: impl Into<bool>,
)
pub fn ctor_2( &mut self, param_name: impl Into<Il2CppString>, is_multi: impl Into<bool>, )
.ctor(::unity::Il2CppString, bool) overload
Source§impl MapGodExp_KindDesc
impl MapGodExp_KindDesc
pub fn ctor_method_info() -> &'static MethodInfo
pub fn ctor_2_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for MapGodExp_KindDesc
impl ClassIdentity for MapGodExp_KindDesc
Source§impl Clone for MapGodExp_KindDesc
impl Clone for MapGodExp_KindDesc
Source§fn clone(&self) -> MapGodExp_KindDesc
fn clone(&self) -> MapGodExp_KindDesc
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MapGodExp_KindDesc
Auto Trait Implementations§
impl Freeze for MapGodExp_KindDesc
impl RefUnwindSafe for MapGodExp_KindDesc
impl !Send for MapGodExp_KindDesc
impl !Sync for MapGodExp_KindDesc
impl Unpin for MapGodExp_KindDesc
impl UnwindSafe for MapGodExp_KindDesc
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)