#[repr(C)]pub struct ReflectionSpecialName {}Expand description
Implementations§
Source§impl ReflectionSpecialName
impl ReflectionSpecialName
Sourcepub fn get_type(&mut self) -> ReflectionSpecialNameType
pub fn get_type(&mut self) -> ReflectionSpecialNameType
get_Type() overload
Sourcepub fn set_type(&mut self, value: impl Into<ReflectionSpecialNameType>)
pub fn set_type(&mut self, value: impl Into<ReflectionSpecialNameType>)
set_Type(crate::moon_sharp::interpreter::interop::reflectionspecialnametype::ReflectionSpecialNameType) overload
Sourcepub fn get_argument(&mut self) -> Il2CppString
pub fn get_argument(&mut self) -> Il2CppString
get_Argument() overload
Sourcepub fn set_argument(&mut self, value: impl Into<Il2CppString>)
pub fn set_argument(&mut self, value: impl Into<Il2CppString>)
set_Argument(::unity::Il2CppString) overload
Sourcepub fn ctor(
&mut self,
type: impl Into<ReflectionSpecialNameType>,
argument: impl Into<Il2CppString>,
)
pub fn ctor( &mut self, type: impl Into<ReflectionSpecialNameType>, argument: impl Into<Il2CppString>, )
.ctor(crate::moon_sharp::interpreter::interop::reflectionspecialnametype::ReflectionSpecialNameType, ::unity::Il2CppString) overload
Sourcepub fn ctor_2(&mut self, name: impl Into<Il2CppString>)
pub fn ctor_2(&mut self, name: impl Into<Il2CppString>)
.ctor(::unity::Il2CppString) overload
Source§impl ReflectionSpecialName
impl ReflectionSpecialName
pub fn get_type_method_info() -> &'static MethodInfo
pub fn set_type_method_info() -> &'static MethodInfo
pub fn get_argument_method_info() -> &'static MethodInfo
pub fn set_argument_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn ctor_2_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for ReflectionSpecialName
impl Clone for ReflectionSpecialName
Source§fn clone(&self) -> ReflectionSpecialName
fn clone(&self) -> ReflectionSpecialName
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 ReflectionSpecialName
Auto Trait Implementations§
impl Freeze for ReflectionSpecialName
impl RefUnwindSafe for ReflectionSpecialName
impl Send for ReflectionSpecialName
impl Sync for ReflectionSpecialName
impl Unpin for ReflectionSpecialName
impl UnwindSafe for ReflectionSpecialName
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)