pub struct DdsSample {
pub meta: WrapperMeta,
pub encoded: Bytes,
}Expand description
Provider-neutral sample the adapter reads and writes.
encoded is the inner UCI payload as octets. The provider maps this
onto its on-wire type; the adapter never sees CDR.
Fields§
§meta: WrapperMetaWrapper kind and A-GRA metadata lifted off Rx/Tx.
encoded: BytesInner UCI bytes, not hex text.
Trait Implementations§
impl Eq for DdsSample
impl StructuralPartialEq for DdsSample
Auto Trait Implementations§
impl !Freeze for DdsSample
impl RefUnwindSafe for DdsSample
impl Send for DdsSample
impl Sync for DdsSample
impl Unpin for DdsSample
impl UnwindSafe for DdsSample
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