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

A buffer in which an accepted socket’s address will be stored

This type is used with the accept_overlapped method on the UnixListenerExt 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.

Trait Implementations

Formats the value using the given formatter. 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 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.