pub struct TransformerHardErrorEvent(/* private fields */);
Expand description
raised if a hard transformer error occurs
Trait Implementations§
Source§impl AbstractRTEEvent for TransformerHardErrorEvent
impl AbstractRTEEvent for TransformerHardErrorEvent
Source§fn set_runnable_entity(
&self,
runnable_entity: &RunnableEntity,
) -> Result<(), AutosarAbstractionError>
fn set_runnable_entity( &self, runnable_entity: &RunnableEntity, ) -> Result<(), AutosarAbstractionError>
Set the
RunnableEntity
that is triggered by the TimingEvent
Source§fn runnable_entity(&self) -> Option<RunnableEntity>
fn runnable_entity(&self) -> Option<RunnableEntity>
Get the
RunnableEntity
that is triggered by the TimingEvent
Source§fn swc_internal_behavior(&self) -> Option<SwcInternalBehavior>
fn swc_internal_behavior(&self) -> Option<SwcInternalBehavior>
Get the
SwcInternalBehavior
that contains the eventSource§impl Clone for TransformerHardErrorEvent
impl Clone for TransformerHardErrorEvent
Source§fn clone(&self) -> TransformerHardErrorEvent
fn clone(&self) -> TransformerHardErrorEvent
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 TransformerHardErrorEvent
impl Debug for TransformerHardErrorEvent
Source§impl From<TransformerHardErrorEvent> for Element
impl From<TransformerHardErrorEvent> for Element
Source§fn from(val: TransformerHardErrorEvent) -> Self
fn from(val: TransformerHardErrorEvent) -> Self
Converts to this type from the input type.
Source§impl Hash for TransformerHardErrorEvent
impl Hash for TransformerHardErrorEvent
Source§impl TryFrom<Element> for TransformerHardErrorEvent
impl TryFrom<Element> for TransformerHardErrorEvent
impl Eq for TransformerHardErrorEvent
impl StructuralPartialEq for TransformerHardErrorEvent
Auto Trait Implementations§
impl Freeze for TransformerHardErrorEvent
impl !RefUnwindSafe for TransformerHardErrorEvent
impl Send for TransformerHardErrorEvent
impl Sync for TransformerHardErrorEvent
impl Unpin for TransformerHardErrorEvent
impl !UnwindSafe for TransformerHardErrorEvent
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.