pub struct FlexrayCommunicationConnector(/* private fields */);Expand description
A connector between a FlexrayCommunicationController in an ECU and a FlexrayPhysicalChannel
Trait Implementations§
Source§impl AbstractCommunicationConnector for FlexrayCommunicationConnector
impl AbstractCommunicationConnector for FlexrayCommunicationConnector
Source§type CommunicationControllerType = FlexrayCommunicationController
type CommunicationControllerType = FlexrayCommunicationController
The controller type of the
CommunicationConnectorSource§fn controller(
&self,
) -> Result<Self::CommunicationControllerType, AutosarAbstractionError>
fn controller( &self, ) -> Result<Self::CommunicationControllerType, AutosarAbstractionError>
Get the controller of the
CommunicationConnectorSource§fn ecu_instance(&self) -> Result<EcuInstance, AutosarAbstractionError>
fn ecu_instance(&self) -> Result<EcuInstance, AutosarAbstractionError>
Get the
EcuInstance that contains this CommunicationConnectorSource§impl Clone for FlexrayCommunicationConnector
impl Clone for FlexrayCommunicationConnector
Source§fn clone(&self) -> FlexrayCommunicationConnector
fn clone(&self) -> FlexrayCommunicationConnector
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 From<FlexrayCommunicationConnector> for Element
impl From<FlexrayCommunicationConnector> for Element
Source§fn from(val: FlexrayCommunicationConnector) -> Self
fn from(val: FlexrayCommunicationConnector) -> Self
Converts to this type from the input type.
Source§impl Hash for FlexrayCommunicationConnector
impl Hash for FlexrayCommunicationConnector
Source§impl PartialEq for FlexrayCommunicationConnector
impl PartialEq for FlexrayCommunicationConnector
Source§fn eq(&self, other: &FlexrayCommunicationConnector) -> bool
fn eq(&self, other: &FlexrayCommunicationConnector) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FlexrayCommunicationConnector
impl StructuralPartialEq for FlexrayCommunicationConnector
Auto Trait Implementations§
impl Freeze for FlexrayCommunicationConnector
impl !RefUnwindSafe for FlexrayCommunicationConnector
impl Send for FlexrayCommunicationConnector
impl Sync for FlexrayCommunicationConnector
impl Unpin for FlexrayCommunicationConnector
impl !UnwindSafe for FlexrayCommunicationConnector
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.