pub struct AssemblySwConnector(/* private fields */);
Expand description
An AssemblySwConnector
connects ports of two SwCompositionType
s.
Implementations§
Source§impl AssemblySwConnector
impl AssemblySwConnector
Sourcepub fn p_port(&self) -> Option<PortPrototype>
pub fn p_port(&self) -> Option<PortPrototype>
Get the provider port of the assembly connector
Sourcepub fn p_sw_component(&self) -> Option<SwComponentPrototype>
pub fn p_sw_component(&self) -> Option<SwComponentPrototype>
get the component containing the p_port
of the assembly connector
Sourcepub fn r_port(&self) -> Option<PortPrototype>
pub fn r_port(&self) -> Option<PortPrototype>
Get the requester port of the assembly connector
Sourcepub fn r_sw_component(&self) -> Option<SwComponentPrototype>
pub fn r_sw_component(&self) -> Option<SwComponentPrototype>
get the component containing the r_port
of the assembly connector
Trait Implementations§
Source§impl Clone for AssemblySwConnector
impl Clone for AssemblySwConnector
Source§fn clone(&self) -> AssemblySwConnector
fn clone(&self) -> AssemblySwConnector
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 AssemblySwConnector
impl Debug for AssemblySwConnector
Source§impl From<AssemblySwConnector> for Element
impl From<AssemblySwConnector> for Element
Source§fn from(val: AssemblySwConnector) -> Self
fn from(val: AssemblySwConnector) -> Self
Converts to this type from the input type.
Source§impl Hash for AssemblySwConnector
impl Hash for AssemblySwConnector
Source§impl PartialEq for AssemblySwConnector
impl PartialEq for AssemblySwConnector
Source§impl TryFrom<Element> for AssemblySwConnector
impl TryFrom<Element> for AssemblySwConnector
impl Eq for AssemblySwConnector
impl StructuralPartialEq for AssemblySwConnector
Auto Trait Implementations§
impl Freeze for AssemblySwConnector
impl !RefUnwindSafe for AssemblySwConnector
impl Send for AssemblySwConnector
impl Sync for AssemblySwConnector
impl Unpin for AssemblySwConnector
impl !UnwindSafe for AssemblySwConnector
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.