pub struct RcvBufForce;Expand description
Using this socket option, a privileged (CAP_NET_ADMIN) process can
perform the same task as SO_RCVBUF, but the rmem_max limit can be
overridden.
Trait Implementations§
source§impl Clone for RcvBufForce
impl Clone for RcvBufForce
source§fn clone(&self) -> RcvBufForce
fn clone(&self) -> RcvBufForce
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more