Struct serial_comms_service::kiss::DecodedData
source · [−]Expand description
Used by decode to hold decoded data
Fields
frame: Vec<u8>
pre_data: Vec<u8>
post_data: Vec<u8>
Trait Implementations
sourceimpl Debug for DecodedData
impl Debug for DecodedData
sourceimpl PartialEq<DecodedData> for DecodedData
impl PartialEq<DecodedData> for DecodedData
sourcefn eq(&self, other: &DecodedData) -> bool
fn eq(&self, other: &DecodedData) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &DecodedData) -> bool
fn ne(&self, other: &DecodedData) -> bool
This method tests for !=
.
impl Eq for DecodedData
impl StructuralEq for DecodedData
impl StructuralPartialEq for DecodedData
Auto Trait Implementations
impl RefUnwindSafe for DecodedData
impl Send for DecodedData
impl Sync for DecodedData
impl Unpin for DecodedData
impl UnwindSafe for DecodedData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.