pub struct CompletedSample {
pub sequence_number: SequenceNumber,
pub payload: Vec<u8>,
}Expand description
Ein vollstaendig reassemblierter Sample.
Fields§
§sequence_number: SequenceNumberWriter-Sequence-Number.
payload: Vec<u8>Reassemblierter Payload (Gesamt-Sample-Bytes in Originalreihenfolge).
Trait Implementations§
Source§impl Clone for CompletedSample
impl Clone for CompletedSample
Source§fn clone(&self) -> CompletedSample
fn clone(&self) -> CompletedSample
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CompletedSample
impl Debug for CompletedSample
Source§impl PartialEq for CompletedSample
impl PartialEq for CompletedSample
Source§fn eq(&self, other: &CompletedSample) -> bool
fn eq(&self, other: &CompletedSample) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CompletedSample
impl StructuralPartialEq for CompletedSample
Auto Trait Implementations§
impl Freeze for CompletedSample
impl RefUnwindSafe for CompletedSample
impl Send for CompletedSample
impl Sync for CompletedSample
impl Unpin for CompletedSample
impl UnsafeUnpin for CompletedSample
impl UnwindSafe for CompletedSample
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