pub struct ConnectedFrameDelivery {
pub payload: Bytes,
pub reliability: Reliability,
pub reliable_index: Option<Sequence24>,
pub sequence_index: Option<Sequence24>,
pub ordering_index: Option<Sequence24>,
pub ordering_channel: Option<u8>,
}Fields§
§payload: Bytes§reliability: Reliability§reliable_index: Option<Sequence24>§sequence_index: Option<Sequence24>§ordering_index: Option<Sequence24>§ordering_channel: Option<u8>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ConnectedFrameDelivery
impl RefUnwindSafe for ConnectedFrameDelivery
impl Send for ConnectedFrameDelivery
impl Sync for ConnectedFrameDelivery
impl Unpin for ConnectedFrameDelivery
impl UnsafeUnpin for ConnectedFrameDelivery
impl UnwindSafe for ConnectedFrameDelivery
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