pub struct FlexrayNmClusterCoupling(/* private fields */);
Expand description
A FlexRayNmClusterCoupling
couples multiple FlexrayNmCluster
s.
Implementations§
Source§impl FlexrayNmClusterCoupling
impl FlexrayNmClusterCoupling
Sourcepub fn set_nm_schedule_variant(
&self,
nm_schedule_variant: FlexrayNmScheduleVariant,
) -> Result<(), AutosarAbstractionError>
pub fn set_nm_schedule_variant( &self, nm_schedule_variant: FlexrayNmScheduleVariant, ) -> Result<(), AutosarAbstractionError>
set the nmScheduleVariant
Sourcepub fn nm_schedule_variant(&self) -> Option<FlexrayNmScheduleVariant>
pub fn nm_schedule_variant(&self) -> Option<FlexrayNmScheduleVariant>
get the nmScheduleVariant
Trait Implementations§
Source§impl AbstractNmClusterCoupling for FlexrayNmClusterCoupling
impl AbstractNmClusterCoupling for FlexrayNmClusterCoupling
Source§type NmClusterType = FlexrayNmCluster
type NmClusterType = FlexrayNmCluster
type of the coupled
NmCluster
sSource§fn add_coupled_cluster(
&self,
cluster: &Self::NmClusterType,
) -> Result<(), AutosarAbstractionError>
fn add_coupled_cluster( &self, cluster: &Self::NmClusterType, ) -> Result<(), AutosarAbstractionError>
add a reference to a coupled
NmCluster
Source§fn coupled_clusters(
&self,
) -> impl Iterator<Item = Self::NmClusterType> + Send + 'static
fn coupled_clusters( &self, ) -> impl Iterator<Item = Self::NmClusterType> + Send + 'static
iterate over all coupled
NmClusters
Source§impl Clone for FlexrayNmClusterCoupling
impl Clone for FlexrayNmClusterCoupling
Source§fn clone(&self) -> FlexrayNmClusterCoupling
fn clone(&self) -> FlexrayNmClusterCoupling
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 FlexrayNmClusterCoupling
impl Debug for FlexrayNmClusterCoupling
Source§impl From<FlexrayNmClusterCoupling> for Element
impl From<FlexrayNmClusterCoupling> for Element
Source§fn from(val: FlexrayNmClusterCoupling) -> Self
fn from(val: FlexrayNmClusterCoupling) -> Self
Converts to this type from the input type.
Source§impl Hash for FlexrayNmClusterCoupling
impl Hash for FlexrayNmClusterCoupling
Source§impl PartialEq for FlexrayNmClusterCoupling
impl PartialEq for FlexrayNmClusterCoupling
Source§impl TryFrom<Element> for FlexrayNmClusterCoupling
impl TryFrom<Element> for FlexrayNmClusterCoupling
impl Eq for FlexrayNmClusterCoupling
impl StructuralPartialEq for FlexrayNmClusterCoupling
Auto Trait Implementations§
impl Freeze for FlexrayNmClusterCoupling
impl !RefUnwindSafe for FlexrayNmClusterCoupling
impl Send for FlexrayNmClusterCoupling
impl Sync for FlexrayNmClusterCoupling
impl Unpin for FlexrayNmClusterCoupling
impl !UnwindSafe for FlexrayNmClusterCoupling
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.