Struct someip_messages::SdEventgroupEntry
source · pub struct SdEventgroupEntry {
pub service_id: ServiceId,
pub instance_id: InstanceId,
pub eventgroup_id: EventgroupId,
pub major_version: MajorVersion,
pub ttl: Ttl,
pub options: SdOptionRef,
}Expand description
Represents a SdEventgroupEntry within a SdPayload.
Fields§
§service_id: ServiceIdService id
instance_id: InstanceIdInstance id
eventgroup_id: EventgroupIdEventgroup id
major_version: MajorVersionMajor version
ttl: TtlTTL
options: SdOptionRefThe options referenced by this entry
Implementations§
Trait Implementations§
source§impl Clone for SdEventgroupEntry
impl Clone for SdEventgroupEntry
source§fn clone(&self) -> SdEventgroupEntry
fn clone(&self) -> SdEventgroupEntry
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 SdEventgroupEntry
impl Debug for SdEventgroupEntry
source§impl PartialEq<SdEventgroupEntry> for SdEventgroupEntry
impl PartialEq<SdEventgroupEntry> for SdEventgroupEntry
source§fn eq(&self, other: &SdEventgroupEntry) -> bool
fn eq(&self, other: &SdEventgroupEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for SdEventgroupEntry
impl StructuralEq for SdEventgroupEntry
impl StructuralPartialEq for SdEventgroupEntry
Auto Trait Implementations§
impl RefUnwindSafe for SdEventgroupEntry
impl Send for SdEventgroupEntry
impl Sync for SdEventgroupEntry
impl Unpin for SdEventgroupEntry
impl UnwindSafe for SdEventgroupEntry
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