Struct nix::sys::socket::sockopt::RcvBufForce
pub struct RcvBufForce;Documentation
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
impl Clone for RcvBufForce
fn clone(&Self) -> RcvBufForceimpl Copy for RcvBufForceimpl Debug for RcvBufForce
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for RcvBufForceimpl Hash for RcvBufForce
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<RcvBufForce> for RcvBufForce
fn eq(&Self, other: &RcvBufForce) -> boolimpl SetSockOpt for RcvBufForce
impl StructuralEq for RcvBufForceimpl StructuralPartialEq for RcvBufForceAuto Trait Implementations
impl RefUnwindSafe for RcvBufForceimpl Send for RcvBufForceimpl Sync for RcvBufForceimpl Unpin for RcvBufForceimpl UnwindSafe for RcvBufForceBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T