Struct nix::sys::socket::sockopt::TcpMaxSeg
pub struct TcpMaxSeg;
Documentation
The maximum segment size for outgoing TCP packets.
Trait Implementations
impl Debug for TcpMaxSeg
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for TcpMaxSeg
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for TcpMaxSeg
impl StructuralPartialEq for TcpMaxSeg
Auto Trait Implementations
impl RefUnwindSafe for TcpMaxSeg
impl UnwindSafe for TcpMaxSeg
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T