pub struct TcpCongestion;
Expand description
This option allows the caller to set the TCP congestion control algorithm to be used, on a per-socket basis.
Trait Implementations
sourceimpl Clone for TcpCongestion
impl Clone for TcpCongestion
sourcefn clone(&self) -> TcpCongestion
fn clone(&self) -> TcpCongestion
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 moresourceimpl Debug for TcpCongestion
impl Debug for TcpCongestion
sourceimpl GetSockOpt for TcpCongestion
impl GetSockOpt for TcpCongestion
sourceimpl Hash for TcpCongestion
impl Hash for TcpCongestion
sourceimpl PartialEq<TcpCongestion> for TcpCongestion
impl PartialEq<TcpCongestion> for TcpCongestion
sourcefn eq(&self, other: &TcpCongestion) -> bool
fn eq(&self, other: &TcpCongestion) -> bool
sourceimpl SetSockOpt for TcpCongestion
impl SetSockOpt for TcpCongestion
impl Copy for TcpCongestion
impl Eq for TcpCongestion
impl StructuralEq for TcpCongestion
impl StructuralPartialEq for TcpCongestion
Auto Trait Implementations
impl RefUnwindSafe for TcpCongestion
impl Send for TcpCongestion
impl Sync for TcpCongestion
impl Unpin for TcpCongestion
impl UnwindSafe for TcpCongestion
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