#[repr(C)]pub enum PduInfo {
ModuleListChange = 32_880,
ResourceLockChange = 32_881,
ComParamChange = 32_882,
}
Expand description
Information events
Variants§
ModuleListChange = 32_880
New vehicle communication list is available
ResourceLockChange = 32_881
A change has occurred with the lock status on a shared resource
ComParamChange = 32_882
A communication parameter on a logical link has been changed
Trait Implementations§
Source§impl Ord for PduInfo
impl Ord for PduInfo
Source§impl PartialOrd for PduInfo
impl PartialOrd for PduInfo
impl Copy for PduInfo
impl Eq for PduInfo
impl StructuralPartialEq for PduInfo
Auto Trait Implementations§
impl Freeze for PduInfo
impl RefUnwindSafe for PduInfo
impl Send for PduInfo
impl Sync for PduInfo
impl Unpin for PduInfo
impl UnwindSafe for PduInfo
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