#[repr(C)]
pub struct Il2CppSocketAsyncResult {
Show 19 fields pub base: Il2CppIOAsyncResult, pub socket: *mut Il2CppObject, pub operation: i32, pub delayedException: *mut Il2CppException, pub endPoint: *mut Il2CppObject, pub buffer: *mut Il2CppArray, pub offset: i32, pub size: i32, pub socket_flags: i32, pub acceptSocket: *mut Il2CppObject, pub addresses: *mut Il2CppArray, pub port: i32, pub buffers: *mut Il2CppObject, pub reuseSocket: u8, pub currentAddress: i32, pub acceptedSocket: *mut Il2CppObject, pub total: i32, pub error: i32, pub endCalled: i32,
}
Expand description

Corresponds to Mono’s internal System.Net.Sockets.Socket.SocketAsyncResult class. Has no relation to Il2CppAsyncResult.

Fields

base: Il2CppIOAsyncResultsocket: *mut Il2CppObjectoperation: i32delayedException: *mut Il2CppExceptionendPoint: *mut Il2CppObjectbuffer: *mut Il2CppArrayoffset: i32size: i32socket_flags: i32acceptSocket: *mut Il2CppObjectaddresses: *mut Il2CppArrayport: i32buffers: *mut Il2CppObjectreuseSocket: u8currentAddress: i32acceptedSocket: *mut Il2CppObjecttotal: i32error: i32endCalled: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.