#[repr(C)]pub enum PduPc {
Timing = 1,
Init = 2,
Com = 3,
ErrHdl = 4,
BusType = 5,
UniqueId = 6,
TesterPresent = 7,
}
Expand description
ComParam data class
Variants§
Timing = 1
Message timing
Init = 2
Initialization of communication
Com = 3
General com param
ErrHdl = 4
Error handling ComParam
BusType = 5
BusType specific ComParam
UniqueId = 6
TesterPresent = 7
Tester present ComParam
Trait Implementations§
Source§impl Ord for PduPc
impl Ord for PduPc
Source§impl PartialOrd for PduPc
impl PartialOrd for PduPc
impl Copy for PduPc
impl Eq for PduPc
impl StructuralPartialEq for PduPc
Auto Trait Implementations§
impl Freeze for PduPc
impl RefUnwindSafe for PduPc
impl Send for PduPc
impl Sync for PduPc
impl Unpin for PduPc
impl UnwindSafe for PduPc
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