pub struct PortDescription {
pub name: FeatureName,
pub type_id: RepositoryId,
}Expand description
Components::PortDescription-valuetype — Spec §6.4.3.3 (S. 15).
Base-valuetype fuer FacetDescription, ReceptacleDescription, ConsumerDescription, EmitterDescription, PublisherDescription (jeweils im jeweiligen Spec-Abschnitt §6.4.3.3 / §6.5.3 / §6.6.8).
Fields§
§name: FeatureNamePort-Name (Spec FeatureName).
type_id: RepositoryIdCORBA-Repository-ID des Port-Interface-Typs.
Trait Implementations§
Source§impl Clone for PortDescription
impl Clone for PortDescription
Source§fn clone(&self) -> PortDescription
fn clone(&self) -> PortDescription
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PortDescription
impl Debug for PortDescription
Source§impl PartialEq for PortDescription
impl PartialEq for PortDescription
Source§fn eq(&self, other: &PortDescription) -> bool
fn eq(&self, other: &PortDescription) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PortDescription
impl StructuralPartialEq for PortDescription
Auto Trait Implementations§
impl Freeze for PortDescription
impl RefUnwindSafe for PortDescription
impl Send for PortDescription
impl Sync for PortDescription
impl Unpin for PortDescription
impl UnsafeUnpin for PortDescription
impl UnwindSafe for PortDescription
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