Struct libil2cpp::raw::Il2CppMethodMessage
source · [−]#[repr(C)]pub struct Il2CppMethodMessage {
pub obj: Il2CppObject,
pub method: *mut Il2CppReflectionMethod,
pub args: *mut Il2CppArray,
pub names: *mut Il2CppArray,
pub arg_types: *mut Il2CppArray,
pub ctx: *mut Il2CppObject,
pub rval: *mut Il2CppObject,
pub exc: *mut Il2CppObject,
pub async_result: *mut Il2CppAsyncResult,
pub call_type: u32,
}Fields
obj: Il2CppObjectmethod: *mut Il2CppReflectionMethodargs: *mut Il2CppArraynames: *mut Il2CppArrayarg_types: *mut Il2CppArrayctx: *mut Il2CppObjectrval: *mut Il2CppObjectexc: *mut Il2CppObjectasync_result: *mut Il2CppAsyncResultcall_type: u32Trait Implementations
sourceimpl Clone for Il2CppMethodMessage
impl Clone for Il2CppMethodMessage
sourcefn clone(&self) -> Il2CppMethodMessage
fn clone(&self) -> Il2CppMethodMessage
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 Il2CppMethodMessage
Auto Trait Implementations
impl RefUnwindSafe for Il2CppMethodMessage
impl !Send for Il2CppMethodMessage
impl !Sync for Il2CppMethodMessage
impl Unpin for Il2CppMethodMessage
impl UnwindSafe for Il2CppMethodMessage
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