pub struct PendingSample {
pub bytes: Vec<u8>,
}Expand description
Ein vom ReadStream produziertes Sample (entspricht spaeter dem XCDR2-Body einer DATA-Submessage).
Fields§
§bytes: Vec<u8>Application-Payload (XCDR2-encoded).
Trait Implementations§
Source§impl Clone for PendingSample
impl Clone for PendingSample
Source§fn clone(&self) -> PendingSample
fn clone(&self) -> PendingSample
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 PendingSample
impl Debug for PendingSample
Source§impl PartialEq for PendingSample
impl PartialEq for PendingSample
Source§fn eq(&self, other: &PendingSample) -> bool
fn eq(&self, other: &PendingSample) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PendingSample
impl StructuralPartialEq for PendingSample
Auto Trait Implementations§
impl Freeze for PendingSample
impl RefUnwindSafe for PendingSample
impl Send for PendingSample
impl Sync for PendingSample
impl Unpin for PendingSample
impl UnsafeUnpin for PendingSample
impl UnwindSafe for PendingSample
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