pub struct LinFrameTriggering(/* private fields */);Expand description
The frame triggering connects a frame to a physical channel
Trait Implementations§
Source§impl AbstractFrameTriggering for LinFrameTriggering
impl AbstractFrameTriggering for LinFrameTriggering
Source§fn frame_ports(&self) -> impl Iterator<Item = FramePort> + Send + use<Self>
fn frame_ports(&self) -> impl Iterator<Item = FramePort> + Send + use<Self>
iterate over all frame ports referenced by this frame triggering Read more
Source§fn pdu_triggerings(
&self,
) -> impl Iterator<Item = PduTriggering> + Send + use<Self>
fn pdu_triggerings( &self, ) -> impl Iterator<Item = PduTriggering> + Send + use<Self>
iterate over all PDU triggerings used by this frame triggering
Source§fn physical_channel(&self) -> Result<PhysicalChannel, AutosarAbstractionError>
fn physical_channel(&self) -> Result<PhysicalChannel, AutosarAbstractionError>
get the physical channel that contains this frame triggering
Source§impl Clone for LinFrameTriggering
impl Clone for LinFrameTriggering
Source§fn clone(&self) -> LinFrameTriggering
fn clone(&self) -> LinFrameTriggering
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 LinFrameTriggering
impl Debug for LinFrameTriggering
Source§impl From<LinFrameTriggering> for Element
impl From<LinFrameTriggering> for Element
Source§fn from(val: LinFrameTriggering) -> Self
fn from(val: LinFrameTriggering) -> Self
Converts to this type from the input type.
Source§impl From<LinFrameTriggering> for FrameTriggering
impl From<LinFrameTriggering> for FrameTriggering
Source§fn from(cft: LinFrameTriggering) -> Self
fn from(cft: LinFrameTriggering) -> Self
Converts to this type from the input type.
Source§impl Hash for LinFrameTriggering
impl Hash for LinFrameTriggering
Source§impl PartialEq for LinFrameTriggering
impl PartialEq for LinFrameTriggering
Source§impl TryFrom<Element> for LinFrameTriggering
impl TryFrom<Element> for LinFrameTriggering
impl Eq for LinFrameTriggering
impl StructuralPartialEq for LinFrameTriggering
Auto Trait Implementations§
impl Freeze for LinFrameTriggering
impl !RefUnwindSafe for LinFrameTriggering
impl Send for LinFrameTriggering
impl Sync for LinFrameTriggering
impl Unpin for LinFrameTriggering
impl !UnwindSafe for LinFrameTriggering
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.