pub enum InboundPdu {
Payload(RemoteEnvelope),
Ack(AckInfo),
}Expand description
PDUs the manager dispatches to this endpoint’s reader half.
Variants§
Payload(RemoteEnvelope)
Ack(AckInfo)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InboundPdu
impl RefUnwindSafe for InboundPdu
impl Send for InboundPdu
impl Sync for InboundPdu
impl Unpin for InboundPdu
impl UnsafeUnpin for InboundPdu
impl UnwindSafe for InboundPdu
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