Struct lithos::container_config::TcpPort [] [src]

pub struct TcpPort {
    pub host: Host,
    pub fd: RawFd,
    pub reuse_addr: bool,
    pub reuse_port: bool,
    pub listen_backlog: usize,
}

Fields

Trait Implementations

impl Clone for TcpPort
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TcpPort

impl Sync for TcpPort