#[repr(C)]pub struct BMIsotpTimeoutConfig {
pub a: u16,
pub b: u16,
pub c: u16,
}Fields§
§a: u16A timeout in milliseconds: =N_As if writing as tester or reading as ECU, otherwise =N_Ar
b: u16B timeout in milliseconds: =N_Bs if writing as tester or reading as ECU, otherwise =N_Br
c: u16C timeout in milliseconds: =N_Cs if writing as tester or reading as ECU, otherwise =N_Cr
Auto Trait Implementations§
impl Freeze for BMIsotpTimeoutConfig
impl RefUnwindSafe for BMIsotpTimeoutConfig
impl Send for BMIsotpTimeoutConfig
impl Sync for BMIsotpTimeoutConfig
impl Unpin for BMIsotpTimeoutConfig
impl UnwindSafe for BMIsotpTimeoutConfig
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