Struct libil2cpp::raw::Il2CppAsyncResult
source · [−]#[repr(C)]pub struct Il2CppAsyncResult {
pub base: Il2CppObject,
pub async_state: *mut Il2CppObject,
pub handle: *mut Il2CppWaitHandle,
pub async_delegate: *mut Il2CppDelegate,
pub data: *mut c_void,
pub object_data: *mut Il2CppAsyncCall,
pub sync_completed: u8,
pub completed: u8,
pub endinvoke_called: u8,
pub async_callback: *mut Il2CppObject,
pub execution_context: *mut Il2CppObject,
pub original_context: *mut Il2CppObject,
}
Fields
base: Il2CppObject
async_state: *mut Il2CppObject
handle: *mut Il2CppWaitHandle
async_delegate: *mut Il2CppDelegate
data: *mut c_void
object_data: *mut Il2CppAsyncCall
sync_completed: u8
completed: u8
endinvoke_called: u8
async_callback: *mut Il2CppObject
execution_context: *mut Il2CppObject
original_context: *mut Il2CppObject
Trait Implementations
sourceimpl Clone for Il2CppAsyncResult
impl Clone for Il2CppAsyncResult
sourcefn clone(&self) -> Il2CppAsyncResult
fn clone(&self) -> Il2CppAsyncResult
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 Il2CppAsyncResult
Auto Trait Implementations
impl RefUnwindSafe for Il2CppAsyncResult
impl !Send for Il2CppAsyncResult
impl !Sync for Il2CppAsyncResult
impl Unpin for Il2CppAsyncResult
impl UnwindSafe for Il2CppAsyncResult
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