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