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 moresource§impl Debug for RcvBufForce
impl Debug for RcvBufForce
source§impl Hash for RcvBufForce
impl Hash for RcvBufForce
source§impl PartialEq for RcvBufForce
impl PartialEq for RcvBufForce
source§impl SetSockOpt for RcvBufForce
impl SetSockOpt for RcvBufForce
impl Copy for RcvBufForce
impl Eq for RcvBufForce
impl StructuralPartialEq for RcvBufForce
Auto Trait Implementations§
impl Freeze for RcvBufForce
impl RefUnwindSafe for RcvBufForce
impl Send for RcvBufForce
impl Sync for RcvBufForce
impl Unpin for RcvBufForce
impl UnwindSafe for RcvBufForce
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)