pub struct SendMsg<T: IoVectoredBuf, C: IoBuf, S> { /* private fields */ }
Expand description
Send data to specified address accompanied by ancillary data from vectored buffer.
Implementations§
Trait Implementations§
Source§impl<T: IoVectoredBuf, C: IoBuf, S: AsRawFd> OpCode for SendMsg<T, C, S>
impl<T: IoVectoredBuf, C: IoBuf, S: AsRawFd> OpCode for SendMsg<T, C, S>
Auto Trait Implementations§
impl<T, C, S> Freeze for SendMsg<T, C, S>
impl<T, C, S> RefUnwindSafe for SendMsg<T, C, S>where
T: RefUnwindSafe,
C: RefUnwindSafe,
impl<T, C, S> Send for SendMsg<T, C, S>
impl<T, C, S> Sync for SendMsg<T, C, S>
impl<T, C, S> !Unpin for SendMsg<T, C, S>
impl<T, C, S> UnwindSafe for SendMsg<T, C, S>where
T: UnwindSafe,
C: UnwindSafe,
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