Struct winapi::http::HTTP_TRANSPORT_ADDRESS [] [src]

#[repr(C)]
pub struct HTTP_TRANSPORT_ADDRESS { pub pRemoteAddress: PSOCKADDR, pub pLocalAddress: PSOCKADDR, }

Fields

Trait Implementations

impl Debug for HTTP_TRANSPORT_ADDRESS
[src]

Formats the value using the given formatter.

impl Copy for HTTP_TRANSPORT_ADDRESS
[src]

impl Clone for HTTP_TRANSPORT_ADDRESS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more