Struct nix::sys::socket::sockopt::RcvBuf
pub struct RcvBuf;Documentation
Sets or gets the maximum socket receive buffer in bytes.
Trait Implementations
impl Debug for RcvBuf
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for RcvBuf
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for RcvBufimpl StructuralPartialEq for RcvBufAuto Trait Implementations
impl RefUnwindSafe for RcvBufimpl UnwindSafe for RcvBufBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T