pub struct SndBufForce;
Expand description
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§
source§impl Clone for SndBufForce
impl Clone for SndBufForce
source§fn clone(&self) -> SndBufForce
fn clone(&self) -> SndBufForce
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 SndBufForce
impl Debug for SndBufForce
source§impl Hash for SndBufForce
impl Hash for SndBufForce
source§impl PartialEq for SndBufForce
impl PartialEq for SndBufForce
source§impl SetSockOpt for SndBufForce
impl SetSockOpt for SndBufForce
impl Copy for SndBufForce
impl Eq for SndBufForce
impl StructuralPartialEq for SndBufForce
Auto Trait Implementations§
impl Freeze for SndBufForce
impl RefUnwindSafe for SndBufForce
impl Send for SndBufForce
impl Sync for SndBufForce
impl Unpin for SndBufForce
impl UnwindSafe for SndBufForce
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
)