#[repr(C)]pub struct UniqueRespIdTableItem {
pub item_type: PduIt,
pub num_entries: u32,
pub p_unique_data: *mut EcuUniqueRespData,
}
Expand description
Unique response identification data
Fields§
§item_type: PduIt
Item type
num_entries: u32
Number of entries in UniqueRespIdTableItem::p_unique_data
p_unique_data: *mut EcuUniqueRespData
Pointer to array of EcuUniqueRespData
Trait Implementations§
Source§impl Clone for UniqueRespIdTableItem
impl Clone for UniqueRespIdTableItem
Source§fn clone(&self) -> UniqueRespIdTableItem
fn clone(&self) -> UniqueRespIdTableItem
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UniqueRespIdTableItem
impl Debug for UniqueRespIdTableItem
Source§impl Ord for UniqueRespIdTableItem
impl Ord for UniqueRespIdTableItem
Source§fn cmp(&self, other: &UniqueRespIdTableItem) -> Ordering
fn cmp(&self, other: &UniqueRespIdTableItem) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UniqueRespIdTableItem
impl PartialEq for UniqueRespIdTableItem
Source§impl PartialOrd for UniqueRespIdTableItem
impl PartialOrd for UniqueRespIdTableItem
impl Copy for UniqueRespIdTableItem
impl Eq for UniqueRespIdTableItem
impl StructuralPartialEq for UniqueRespIdTableItem
Auto Trait Implementations§
impl Freeze for UniqueRespIdTableItem
impl RefUnwindSafe for UniqueRespIdTableItem
impl !Send for UniqueRespIdTableItem
impl !Sync for UniqueRespIdTableItem
impl Unpin for UniqueRespIdTableItem
impl UnwindSafe for UniqueRespIdTableItem
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