Struct libil2cpp::raw::Il2CppIOAsyncResult
source · [−]#[repr(C)]pub struct Il2CppIOAsyncResult {
pub base: Il2CppObject,
pub callback: *mut Il2CppDelegate,
pub state: *mut Il2CppObject,
pub wait_handle: *mut Il2CppWaitHandle,
pub completed_synchronously: u8,
pub completed: u8,
}
Fields
base: Il2CppObject
callback: *mut Il2CppDelegate
state: *mut Il2CppObject
wait_handle: *mut Il2CppWaitHandle
completed_synchronously: u8
completed: u8
Trait Implementations
sourceimpl Clone for Il2CppIOAsyncResult
impl Clone for Il2CppIOAsyncResult
sourcefn clone(&self) -> Il2CppIOAsyncResult
fn clone(&self) -> Il2CppIOAsyncResult
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 Il2CppIOAsyncResult
Auto Trait Implementations
impl RefUnwindSafe for Il2CppIOAsyncResult
impl !Send for Il2CppIOAsyncResult
impl !Sync for Il2CppIOAsyncResult
impl Unpin for Il2CppIOAsyncResult
impl UnwindSafe for Il2CppIOAsyncResult
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