pub struct DtcFrame {
pub raw_code: [u8; 3],
pub status: u8,
}Expand description
A raw DTC plus its status byte.
Fields§
§raw_code: [u8; 3]Three raw UDS DTC bytes.
status: u8Standard UDS DTC status byte.
Trait Implementations§
impl Eq for DtcFrame
impl StructuralPartialEq for DtcFrame
Auto Trait Implementations§
impl Freeze for DtcFrame
impl RefUnwindSafe for DtcFrame
impl Send for DtcFrame
impl Sync for DtcFrame
impl Unpin for DtcFrame
impl UnsafeUnpin for DtcFrame
impl UnwindSafe for DtcFrame
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