Struct nix::sys::socket::SendMmsgData [−][src]
pub struct SendMmsgData<'a, I, C> where
I: AsRef<[IoVec<&'a [u8]>]>,
C: AsRef<[ControlMessage<'a>]>, { pub iov: I, pub cmsgs: C, pub addr: Option<SockAddr>, pub _lt: PhantomData<&'a I>, }
Fields
iov: I
cmsgs: C
addr: Option<SockAddr>
_lt: PhantomData<&'a I>
Trait Implementations
impl<'a, I: Debug, C: Debug> Debug for SendMmsgData<'a, I, C> where
I: AsRef<[IoVec<&'a [u8]>]>,
C: AsRef<[ControlMessage<'a>]>,
[src]
I: AsRef<[IoVec<&'a [u8]>]>,
C: AsRef<[ControlMessage<'a>]>,
Auto Trait Implementations
impl<'a, I, C> RefUnwindSafe for SendMmsgData<'a, I, C> where
C: RefUnwindSafe,
I: RefUnwindSafe,
C: RefUnwindSafe,
I: RefUnwindSafe,
impl<'a, I, C> Send for SendMmsgData<'a, I, C> where
C: Send,
I: Send + Sync,
C: Send,
I: Send + Sync,
impl<'a, I, C> Sync for SendMmsgData<'a, I, C> where
C: Sync,
I: Sync,
C: Sync,
I: Sync,
impl<'a, I, C> Unpin for SendMmsgData<'a, I, C> where
C: Unpin,
I: Unpin,
C: Unpin,
I: Unpin,
impl<'a, I, C> UnwindSafe for SendMmsgData<'a, I, C> where
C: UnwindSafe,
I: RefUnwindSafe + UnwindSafe,
C: UnwindSafe,
I: RefUnwindSafe + UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,