pub struct OsTaskExecutionEvent(/* private fields */);
Expand description
this event is unconditionally raised whenever the OS task on which it is mapped is executed
Trait Implementations§
Source§impl AbstractRTEEvent for OsTaskExecutionEvent
impl AbstractRTEEvent for OsTaskExecutionEvent
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 OsTaskExecutionEvent
impl Clone for OsTaskExecutionEvent
Source§fn clone(&self) -> OsTaskExecutionEvent
fn clone(&self) -> OsTaskExecutionEvent
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 OsTaskExecutionEvent
impl Debug for OsTaskExecutionEvent
Source§impl From<OsTaskExecutionEvent> for Element
impl From<OsTaskExecutionEvent> for Element
Source§fn from(val: OsTaskExecutionEvent) -> Self
fn from(val: OsTaskExecutionEvent) -> Self
Converts to this type from the input type.
Source§impl Hash for OsTaskExecutionEvent
impl Hash for OsTaskExecutionEvent
Source§impl PartialEq for OsTaskExecutionEvent
impl PartialEq for OsTaskExecutionEvent
Source§impl TryFrom<Element> for OsTaskExecutionEvent
impl TryFrom<Element> for OsTaskExecutionEvent
impl Eq for OsTaskExecutionEvent
impl StructuralPartialEq for OsTaskExecutionEvent
Auto Trait Implementations§
impl Freeze for OsTaskExecutionEvent
impl !RefUnwindSafe for OsTaskExecutionEvent
impl Send for OsTaskExecutionEvent
impl Sync for OsTaskExecutionEvent
impl Unpin for OsTaskExecutionEvent
impl !UnwindSafe for OsTaskExecutionEvent
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.