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