pub struct ProductId {
pub supplier_id: u16,
pub function_id: u16,
pub variant: u8,
}Expand description
Holds the LIN slave node product identification
Fields§
§supplier_id: u16§function_id: u16§variant: u8Trait Implementations§
impl Copy for ProductId
impl Eq for ProductId
impl StructuralPartialEq for ProductId
Auto Trait Implementations§
impl Freeze for ProductId
impl RefUnwindSafe for ProductId
impl Send for ProductId
impl Sync for ProductId
impl Unpin for ProductId
impl UnwindSafe for ProductId
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