pub struct RecvMsg<'a, 's, S> {
    pub bytes: usize,
    pub address: Option<S>,
    pub flags: MsgFlags,
    /* private fields */
}Available on crate features 
socket and uio only.Expand description
Fields§
§bytes: usize§address: Option<S>§flags: MsgFlagsImplementations§
Trait Implementations§
impl<'a, 's, S: Copy> Copy for RecvMsg<'a, 's, S>
impl<'a, 's, S: Eq> Eq for RecvMsg<'a, 's, S>
impl<'a, 's, S> StructuralPartialEq for RecvMsg<'a, 's, S>
Auto Trait Implementations§
impl<'a, 's, S> Freeze for RecvMsg<'a, 's, S>where
    S: Freeze,
Available on Unix only.
impl<'a, 's, S> RefUnwindSafe for RecvMsg<'a, 's, S>where
    S: RefUnwindSafe,
Available on Unix only.
impl<'a, 's, S> !Send for RecvMsg<'a, 's, S>
Available on Unix only.
impl<'a, 's, S> !Sync for RecvMsg<'a, 's, S>
Available on Unix only.
impl<'a, 's, S> Unpin for RecvMsg<'a, 's, S>where
    S: Unpin,
Available on Unix only.
impl<'a, 's, S> UnwindSafe for RecvMsg<'a, 's, S>where
    S: UnwindSafe,
Available on Unix only.
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Available on Unix only. 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Available on Unix only.
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,
Available on Unix only. 
impl<T> CloneToUninit for Twhere
    T: Clone,
Available on Unix only.