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) -> SndBufForce
impl Copy for SndBufForce
impl Debug for SndBufForce
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for SndBufForce
impl Hash for SndBufForce
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<SndBufForce> for SndBufForce
fn eq(&Self, other: &SndBufForce) -> bool
impl SetSockOpt 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
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T