pub enum NmCluster {
CanNm(CanNmCluster),
FlexrayNm(FlexrayNmCluster),
UdpNm(UdpNmCluster),
}
Expand description
The NmCluster
encapsulates the bus specific NM clusters.
Variants§
CanNm(CanNmCluster)
the NM cluster is a CanNmCluster
FlexrayNm(FlexrayNmCluster)
the NM cluster is a FlexrayNmCluster
UdpNm(UdpNmCluster)
the NM cluster is a UdpNmCluster
Trait Implementations§
Source§impl AbstractionElement for NmCluster
impl AbstractionElement for NmCluster
impl Eq for NmCluster
impl StructuralPartialEq for NmCluster
Auto Trait Implementations§
impl Freeze for NmCluster
impl !RefUnwindSafe for NmCluster
impl Send for NmCluster
impl Sync for NmCluster
impl Unpin for NmCluster
impl !UnwindSafe for NmCluster
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.