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::Resultimpl Hash for SndBuf
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for SndBufimpl StructuralPartialEq for SndBufAuto Trait Implementations
impl RefUnwindSafe for SndBufimpl UnwindSafe for SndBufBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T