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