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