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::Result
impl Hash for RcvBuf
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for RcvBuf
impl StructuralPartialEq for RcvBuf
Auto Trait Implementations
impl RefUnwindSafe for RcvBuf
impl UnwindSafe for RcvBuf
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T