pub struct DataWriteCompletedEvent(/* private fields */);
Expand description
raised when an implicit write access was successful or an error occurred
Trait Implementations§
Source§impl AbstractRTEEvent for DataWriteCompletedEvent
impl AbstractRTEEvent for DataWriteCompletedEvent
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 DataWriteCompletedEvent
impl Clone for DataWriteCompletedEvent
Source§fn clone(&self) -> DataWriteCompletedEvent
fn clone(&self) -> DataWriteCompletedEvent
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 DataWriteCompletedEvent
impl Debug for DataWriteCompletedEvent
Source§impl From<DataWriteCompletedEvent> for Element
impl From<DataWriteCompletedEvent> for Element
Source§fn from(val: DataWriteCompletedEvent) -> Self
fn from(val: DataWriteCompletedEvent) -> Self
Converts to this type from the input type.
Source§impl Hash for DataWriteCompletedEvent
impl Hash for DataWriteCompletedEvent
Source§impl PartialEq for DataWriteCompletedEvent
impl PartialEq for DataWriteCompletedEvent
Source§impl TryFrom<Element> for DataWriteCompletedEvent
impl TryFrom<Element> for DataWriteCompletedEvent
impl Eq for DataWriteCompletedEvent
impl StructuralPartialEq for DataWriteCompletedEvent
Auto Trait Implementations§
impl Freeze for DataWriteCompletedEvent
impl !RefUnwindSafe for DataWriteCompletedEvent
impl Send for DataWriteCompletedEvent
impl Sync for DataWriteCompletedEvent
impl Unpin for DataWriteCompletedEvent
impl !UnwindSafe for DataWriteCompletedEvent
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.