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§
source§impl Clone for TcpCongestion
impl Clone for TcpCongestion
source§fn clone(&self) -> TcpCongestion
fn clone(&self) -> TcpCongestion
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 moresource§impl Debug for TcpCongestion
impl Debug for TcpCongestion
source§impl GetSockOpt for TcpCongestion
impl GetSockOpt for TcpCongestion
source§impl Hash for TcpCongestion
impl Hash for TcpCongestion
source§impl PartialEq for TcpCongestion
impl PartialEq for TcpCongestion
source§impl SetSockOpt for TcpCongestion
impl SetSockOpt for TcpCongestion
impl Copy for TcpCongestion
impl Eq for TcpCongestion
impl StructuralPartialEq for TcpCongestion
Auto Trait Implementations§
impl Freeze for TcpCongestion
impl RefUnwindSafe for TcpCongestion
impl Send for TcpCongestion
impl Sync for TcpCongestion
impl Unpin for TcpCongestion
impl UnwindSafe for TcpCongestion
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)