Struct sctp_proto::ServerConfig
source · [−]pub struct ServerConfig {
pub transport: Arc<TransportConfig>,
/* private fields */
}
Expand description
Parameters governing incoming associations
Default values should be suitable for most internet applications.
Fields
transport: Arc<TransportConfig>
Transport configuration to use for incoming associations
Implementations
sourceimpl ServerConfig
impl ServerConfig
Trait Implementations
sourceimpl Clone for ServerConfig
impl Clone for ServerConfig
sourcefn clone(&self) -> ServerConfig
fn clone(&self) -> ServerConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ServerConfig
impl Debug for ServerConfig
Auto Trait Implementations
impl RefUnwindSafe for ServerConfig
impl Send for ServerConfig
impl Sync for ServerConfig
impl Unpin for ServerConfig
impl UnwindSafe for ServerConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more