#[repr(C)]pub struct BMIsotpFlowControlConfig {
pub st_min: u8,
pub block_size: u8,
pub fc_frame_length: u8,
pub reserved: u8,
}Fields§
§st_min: u8STmin raw value (0x00-0x7F or 0xF1-0xF9) if Busmust device is acting as UDS server
block_size: u8Block size if CAN card is acting as UDS server, 0 means no further FC is needed
fc_frame_length: u8Flow control frame length in bytes
reserved: u8Reserved
Auto Trait Implementations§
impl Freeze for BMIsotpFlowControlConfig
impl RefUnwindSafe for BMIsotpFlowControlConfig
impl Send for BMIsotpFlowControlConfig
impl Sync for BMIsotpFlowControlConfig
impl Unpin for BMIsotpFlowControlConfig
impl UnwindSafe for BMIsotpFlowControlConfig
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