Struct sc2::GamePorts [] [src]

pub struct GamePorts {
    pub shared_port: u16,
    pub server_ports: PortSet,
    pub client_ports: Vec<PortSet>,
}

all port settings for a game

Fields

Trait Implementations

impl Debug for GamePorts
[src]

[src]

Formats the value using the given formatter.

impl Clone for GamePorts
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more