pub struct BareConduitRx<F: MsgFamily, LRx> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<F, LRx> Freeze for BareConduitRx<F, LRx>where
LRx: Freeze,
impl<F, LRx> RefUnwindSafe for BareConduitRx<F, LRx>where
LRx: RefUnwindSafe,
impl<F, LRx> Send for BareConduitRx<F, LRx>where
LRx: Send,
impl<F, LRx> Sync for BareConduitRx<F, LRx>where
LRx: Sync,
impl<F, LRx> Unpin for BareConduitRx<F, LRx>where
LRx: Unpin,
impl<F, LRx> UnsafeUnpin for BareConduitRx<F, LRx>where
LRx: UnsafeUnpin,
impl<F, LRx> UnwindSafe for BareConduitRx<F, LRx>where
LRx: 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
Source§impl<T> DynConduitRx for T
impl<T> DynConduitRx for T
fn recv_msg<'a>( &'a mut self, ) -> Pin<Box<dyn MaybeSendFuture<Output = Result<Option<SelfRef<Message<'static>>>, Error>> + 'a>>
Source§fn take_frame_fds(&mut self) -> Vec<OwnedFd>
fn take_frame_fds(&mut self) -> Vec<OwnedFd>
Descriptors that arrived with the frame from the most recent
recv_msg. Threaded alongside the message to the typed-decode site.