pub struct SndBufForce;
Expand description
Using this socket option, a privileged (CAP_NET_ADMIN
) process can
perform the same task as SO_SNDBUF
, but the wmem_max
limit can be
overridden.
Trait Implementations§
source§impl Clone for SndBufForce
impl Clone for SndBufForce
source§fn clone(&self) -> SndBufForce
fn clone(&self) -> SndBufForce
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