pub struct LinCommunicationConnector(/* private fields */);Trait Implementations§
Source§impl AbstractCommunicationConnector for LinCommunicationConnector
impl AbstractCommunicationConnector for LinCommunicationConnector
Source§type CommunicationControllerType = LinCommunicationController
type CommunicationControllerType = LinCommunicationController
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 LinCommunicationConnector
impl Clone for LinCommunicationConnector
Source§fn clone(&self) -> LinCommunicationConnector
fn clone(&self) -> LinCommunicationConnector
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 LinCommunicationConnector
impl Debug for LinCommunicationConnector
Source§impl From<LinCommunicationConnector> for Element
impl From<LinCommunicationConnector> for Element
Source§fn from(val: LinCommunicationConnector) -> Self
fn from(val: LinCommunicationConnector) -> Self
Converts to this type from the input type.
Source§impl Hash for LinCommunicationConnector
impl Hash for LinCommunicationConnector
Source§impl TryFrom<Element> for LinCommunicationConnector
impl TryFrom<Element> for LinCommunicationConnector
impl Eq for LinCommunicationConnector
impl StructuralPartialEq for LinCommunicationConnector
Auto Trait Implementations§
impl Freeze for LinCommunicationConnector
impl !RefUnwindSafe for LinCommunicationConnector
impl Send for LinCommunicationConnector
impl Sync for LinCommunicationConnector
impl Unpin for LinCommunicationConnector
impl !UnwindSafe for LinCommunicationConnector
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.