Struct nix::sys::socket::sockopt::SndBuf
pub struct SndBuf;
Documentation
Sets or gets the maximum socket send buffer in bytes.
Trait Implementations
impl Debug for SndBuf
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for SndBuf
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for SndBuf
impl StructuralPartialEq for SndBuf
Auto Trait Implementations
impl RefUnwindSafe for SndBuf
impl UnwindSafe for SndBuf
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T