Struct m_bus_parser::user_data::FixedDataHeder
source · pub struct FixedDataHeder { /* private fields */ }
Trait Implementations§
source§impl Debug for FixedDataHeder
impl Debug for FixedDataHeder
source§impl PartialEq for FixedDataHeder
impl PartialEq for FixedDataHeder
source§fn eq(&self, other: &FixedDataHeder) -> bool
fn eq(&self, other: &FixedDataHeder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FixedDataHeder
Auto Trait Implementations§
impl RefUnwindSafe for FixedDataHeder
impl Send for FixedDataHeder
impl Sync for FixedDataHeder
impl Unpin for FixedDataHeder
impl UnwindSafe for FixedDataHeder
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