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
sourceimpl Clone for SndBufForce
impl Clone for SndBufForce
sourcefn clone(&self) -> SndBufForce
fn clone(&self) -> SndBufForce
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SndBufForce
impl Debug for SndBufForce
sourceimpl Hash for SndBufForce
impl Hash for SndBufForce
sourceimpl PartialEq<SndBufForce> for SndBufForce
impl PartialEq<SndBufForce> for SndBufForce
sourcefn eq(&self, other: &SndBufForce) -> bool
fn eq(&self, other: &SndBufForce) -> bool
sourceimpl SetSockOpt for SndBufForce
impl SetSockOpt for SndBufForce
impl Copy for SndBufForce
impl Eq for SndBufForce
impl StructuralEq for SndBufForce
impl StructuralPartialEq for SndBufForce
Auto Trait Implementations
impl RefUnwindSafe for SndBufForce
impl Send for SndBufForce
impl Sync for SndBufForce
impl Unpin for SndBufForce
impl UnwindSafe for SndBufForce
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more