pub struct DtcDetail {
pub code: String,
pub occurrence_count: u16,
pub aging_counter: u16,
}Expand description
Extended DTC detail (Mode 19 sub-function 06).
Fields§
§code: String§occurrence_count: u16§aging_counter: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for DtcDetail
impl RefUnwindSafe for DtcDetail
impl Send for DtcDetail
impl Sync for DtcDetail
impl Unpin for DtcDetail
impl UnsafeUnpin for DtcDetail
impl UnwindSafe for DtcDetail
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