pub struct TcpCongestion;
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 more
sourceimpl 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
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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