Struct nix::sys::socket::sockopt::RcvBuf [−][src]
pub struct RcvBuf;
Expand description
Sets or gets the maximum socket receive buffer in bytes.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RcvBuf
impl UnwindSafe for RcvBuf
Blanket Implementations
Mutably borrows from an owned value. Read more