pub struct DoIpConfig(/* private fields */);
Expand description
This element defines the DoIp
configuration for a specific Ecu
Only available in Autosar_00048
and later
Trait Implementations§
Source§impl AbstractionElement for DoIpConfig
impl AbstractionElement for DoIpConfig
Source§impl Clone for DoIpConfig
impl Clone for DoIpConfig
Source§fn clone(&self) -> DoIpConfig
fn clone(&self) -> DoIpConfig
Returns a duplicate 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 DoIpConfig
impl Debug for DoIpConfig
Source§impl From<DoIpConfig> for Element
impl From<DoIpConfig> for Element
Source§fn from(val: DoIpConfig) -> Self
fn from(val: DoIpConfig) -> Self
Converts to this type from the input type.
Source§impl Hash for DoIpConfig
impl Hash for DoIpConfig
Source§impl PartialEq for DoIpConfig
impl PartialEq for DoIpConfig
Source§impl TryFrom<Element> for DoIpConfig
impl TryFrom<Element> for DoIpConfig
impl Eq for DoIpConfig
impl StructuralPartialEq for DoIpConfig
Auto Trait Implementations§
impl Freeze for DoIpConfig
impl !RefUnwindSafe for DoIpConfig
impl Send for DoIpConfig
impl Sync for DoIpConfig
impl Unpin for DoIpConfig
impl !UnwindSafe for DoIpConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.