[][src]Type Definition in_addr::in_addr

type in_addr = in_addr;

Type alias to the Unix version of in_addr.

Trait Implementations

impl From<InAddr> for in_addr[src]