pub struct E2EKey {
pub service_id: u16,
pub method_or_event_id: u16,
}Expand description
Identifies a data element for E2E protection lookup.
Fields§
§service_id: u16SOME/IP service ID.
method_or_event_id: u16SOME/IP method or event ID.
Implementations§
Trait Implementations§
impl Copy for E2EKey
impl Eq for E2EKey
impl StructuralPartialEq for E2EKey
Auto Trait Implementations§
impl Freeze for E2EKey
impl RefUnwindSafe for E2EKey
impl Send for E2EKey
impl Sync for E2EKey
impl Unpin for E2EKey
impl UnsafeUnpin for E2EKey
impl UnwindSafe for E2EKey
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