pub struct SndBuf;
Expand description
Sets or gets the maximum socket send buffer in bytes.
Trait Implementations§
source§impl GetSockOpt for SndBuf
impl GetSockOpt for SndBuf
source§impl SetSockOpt for SndBuf
impl SetSockOpt for SndBuf
impl Copy for SndBuf
impl Eq for SndBuf
impl StructuralPartialEq for SndBuf
Auto Trait Implementations§
impl Freeze for SndBuf
impl RefUnwindSafe for SndBuf
impl Send for SndBuf
impl Sync for SndBuf
impl Unpin for SndBuf
impl UnwindSafe for SndBuf
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
)