pub struct LinMaster(/* private fields */);Expand description
An EcuInstance needs a LinMaster or LinSlave in order to connect to a LIN cluster.
Trait Implementations§
Source§impl AbstractCommunicationController for LinMaster
impl AbstractCommunicationController for LinMaster
Source§fn ecu_instance(&self) -> Result<EcuInstance, AutosarAbstractionError>
fn ecu_instance(&self) -> Result<EcuInstance, AutosarAbstractionError>
Source§impl AbstractionElement for LinMaster
impl AbstractionElement for LinMaster
Source§impl From<LinMaster> for CommunicationController
impl From<LinMaster> for CommunicationController
impl Eq for LinMaster
impl StructuralPartialEq for LinMaster
Auto Trait Implementations§
impl Freeze for LinMaster
impl !RefUnwindSafe for LinMaster
impl Send for LinMaster
impl Sync for LinMaster
impl Unpin for LinMaster
impl !UnwindSafe for LinMaster
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.