Struct miow::net::AcceptAddrsBuf[][src]

#[repr(C)]
pub struct AcceptAddrsBuf { /* fields omitted */ }
Expand description

A type to represent a buffer in which an accepted socket’s address will be stored.

This type is used with the accept_overlapped method on the TcpListenerExt trait to provide space for the overlapped I/O operation to fill in the socket addresses upon completion.

Implementations

Creates a new blank buffer ready to be passed to a call to accept_overlapped.

Parses the data contained in this address buffer, returning the parsed result if successful.

This function can be called after a call to accept_overlapped has succeeded to parse out the data that was written in.

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

Performs the conversion.

Performs the conversion.

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.