pub struct Name {
pub identity_number: u32,
pub manufacturer_code: u16,
pub function_instance: u8,
pub ecu_instance: u8,
pub function: u8,
pub vehicle_system: u8,
pub vehicle_system_instance: u8,
pub industry_group: u8,
pub arbitrary_address: bool,
}Fields§
§identity_number: u32Identity number.
manufacturer_code: u16Manufacturer code.
function_instance: u8Function instance.
ecu_instance: u8ECU instance.
function: u8Function.
vehicle_system: u8Vehicle system.
vehicle_system_instance: u8Vehicle system instance.
industry_group: u8Industry group.
arbitrary_address: boolArbitrary address.
Implementations§
Trait Implementations§
impl Copy for Name
impl Eq for Name
impl StructuralPartialEq for Name
Auto Trait Implementations§
impl Freeze for Name
impl RefUnwindSafe for Name
impl Send for Name
impl Sync for Name
impl Unpin for Name
impl UnwindSafe for Name
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