pub struct InternalTriggerOccurredEvent(/* private fields */);
Expand description
The referenced InternalTriggeringPoint
raises this InternalTriggerOccurredEvent
Trait Implementations§
Source§impl AbstractRTEEvent for InternalTriggerOccurredEvent
impl AbstractRTEEvent for InternalTriggerOccurredEvent
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 InternalTriggerOccurredEvent
impl Clone for InternalTriggerOccurredEvent
Source§fn clone(&self) -> InternalTriggerOccurredEvent
fn clone(&self) -> InternalTriggerOccurredEvent
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 InternalTriggerOccurredEvent
impl Debug for InternalTriggerOccurredEvent
Source§impl From<InternalTriggerOccurredEvent> for Element
impl From<InternalTriggerOccurredEvent> for Element
Source§fn from(val: InternalTriggerOccurredEvent) -> Self
fn from(val: InternalTriggerOccurredEvent) -> Self
Converts to this type from the input type.
Source§impl Hash for InternalTriggerOccurredEvent
impl Hash for InternalTriggerOccurredEvent
Source§impl PartialEq for InternalTriggerOccurredEvent
impl PartialEq for InternalTriggerOccurredEvent
Source§fn eq(&self, other: &InternalTriggerOccurredEvent) -> bool
fn eq(&self, other: &InternalTriggerOccurredEvent) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for InternalTriggerOccurredEvent
impl StructuralPartialEq for InternalTriggerOccurredEvent
Auto Trait Implementations§
impl Freeze for InternalTriggerOccurredEvent
impl !RefUnwindSafe for InternalTriggerOccurredEvent
impl Send for InternalTriggerOccurredEvent
impl Sync for InternalTriggerOccurredEvent
impl Unpin for InternalTriggerOccurredEvent
impl !UnwindSafe for InternalTriggerOccurredEvent
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.