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) -> RcvBufForce
impl Copy for RcvBufForce
impl Debug for RcvBufForce
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for RcvBufForce
impl Hash for RcvBufForce
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<RcvBufForce> for RcvBufForce
fn eq(&Self, other: &RcvBufForce) -> bool
impl SetSockOpt for RcvBufForce
impl StructuralEq for RcvBufForce
impl StructuralPartialEq for RcvBufForce
Auto Trait Implementations
impl RefUnwindSafe for RcvBufForce
impl Send for RcvBufForce
impl Sync for RcvBufForce
impl Unpin for RcvBufForce
impl UnwindSafe for RcvBufForce
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T