pub struct RecvMsg<'a, S> { /* private fields */ }Implementations§
Source§impl<'a, S> RecvMsg<'a, S>
impl<'a, S> RecvMsg<'a, S>
Sourcepub fn scm_rights(&self) -> ScmRightsIterator<'_> ⓘ
pub fn scm_rights(&self) -> ScmRightsIterator<'_> ⓘ
Iterate over the valid control messages pointed to by this msghdr.
Trait Implementations§
impl<'a, S: Copy> Copy for RecvMsg<'a, S>
impl<'a, S: Eq> Eq for RecvMsg<'a, S>
impl<'a, S> StructuralPartialEq for RecvMsg<'a, S>
Auto Trait Implementations§
impl<'a, S> Freeze for RecvMsg<'a, S>where
S: Freeze,
impl<'a, S> RefUnwindSafe for RecvMsg<'a, S>where
S: RefUnwindSafe,
impl<'a, S> !Send for RecvMsg<'a, S>
impl<'a, S> !Sync for RecvMsg<'a, S>
impl<'a, S> Unpin for RecvMsg<'a, S>where
S: Unpin,
impl<'a, S> UnwindSafe for RecvMsg<'a, S>where
S: 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