pub struct PassThroughSwConnector(/* private fields */);
Expand description
A PassThroughSwConnector
connects two ports of a SwCompositionType
.
Implementations§
Source§impl PassThroughSwConnector
impl PassThroughSwConnector
Sourcepub fn p_port(&self) -> Option<PortPrototype>
pub fn p_port(&self) -> Option<PortPrototype>
Get the provided port of the pass-through connector
Sourcepub fn r_port(&self) -> Option<PortPrototype>
pub fn r_port(&self) -> Option<PortPrototype>
Get the required port of the pass-through connector
Trait Implementations§
Source§impl Clone for PassThroughSwConnector
impl Clone for PassThroughSwConnector
Source§fn clone(&self) -> PassThroughSwConnector
fn clone(&self) -> PassThroughSwConnector
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 PassThroughSwConnector
impl Debug for PassThroughSwConnector
Source§impl From<PassThroughSwConnector> for Element
impl From<PassThroughSwConnector> for Element
Source§fn from(val: PassThroughSwConnector) -> Self
fn from(val: PassThroughSwConnector) -> Self
Converts to this type from the input type.
Source§impl Hash for PassThroughSwConnector
impl Hash for PassThroughSwConnector
Source§impl PartialEq for PassThroughSwConnector
impl PartialEq for PassThroughSwConnector
Source§impl TryFrom<Element> for PassThroughSwConnector
impl TryFrom<Element> for PassThroughSwConnector
impl Eq for PassThroughSwConnector
impl StructuralPartialEq for PassThroughSwConnector
Auto Trait Implementations§
impl Freeze for PassThroughSwConnector
impl !RefUnwindSafe for PassThroughSwConnector
impl Send for PassThroughSwConnector
impl Sync for PassThroughSwConnector
impl Unpin for PassThroughSwConnector
impl !UnwindSafe for PassThroughSwConnector
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.