Struct libil2cpp::raw::Il2CppAsyncCall
source · [−]#[repr(C)]pub struct Il2CppAsyncCall {
pub base: Il2CppObject,
pub msg: *mut Il2CppMethodMessage,
pub cb_method: *mut MethodInfo,
pub cb_target: *mut Il2CppDelegate,
pub state: *mut Il2CppObject,
pub res: *mut Il2CppObject,
pub out_args: *mut Il2CppArray,
}
Fields
base: Il2CppObject
msg: *mut Il2CppMethodMessage
cb_method: *mut MethodInfo
cb_target: *mut Il2CppDelegate
state: *mut Il2CppObject
res: *mut Il2CppObject
out_args: *mut Il2CppArray
Trait Implementations
sourceimpl Clone for Il2CppAsyncCall
impl Clone for Il2CppAsyncCall
sourcefn clone(&self) -> Il2CppAsyncCall
fn clone(&self) -> Il2CppAsyncCall
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 Il2CppAsyncCall
Auto Trait Implementations
impl RefUnwindSafe for Il2CppAsyncCall
impl !Send for Il2CppAsyncCall
impl !Sync for Il2CppAsyncCall
impl Unpin for Il2CppAsyncCall
impl UnwindSafe for Il2CppAsyncCall
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