Struct sctp_proto::ClientConfig
source · pub struct ClientConfig {
pub transport: Arc<TransportConfig>,
}
Expand description
Configuration for outgoing associations
Default values should be suitable for most internet applications.
Fields§
§transport: Arc<TransportConfig>
Transport configuration to use
Implementations§
source§impl ClientConfig
impl ClientConfig
Trait Implementations§
source§impl Clone for ClientConfig
impl Clone for ClientConfig
source§fn clone(&self) -> ClientConfig
fn clone(&self) -> ClientConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more