pub struct TypeLookupEndpoints {
pub prefix: GuidPrefix,
}Expand description
Vollstaendiges Wiring der vier Builtin-Endpoint-GUIDs eines Participants fuer den TypeLookup-Service.
QoS (§7.6.3.3.4): Reliability=RELIABLE, Durability=VOLATILE, History=KEEP_LAST(1). Wird vom DCPS-Runtime gelesen.
Fields§
§prefix: GuidPrefixEigener GuidPrefix.
Implementations§
Source§impl TypeLookupEndpoints
impl TypeLookupEndpoints
Sourcepub fn new(prefix: GuidPrefix) -> Self
pub fn new(prefix: GuidPrefix) -> Self
Konstruktor.
Sourcepub fn request_writer(&self) -> Guid
pub fn request_writer(&self) -> Guid
GUID des Request-Writers (Client-Outgoing → Server-Incoming).
Sourcepub fn request_reader(&self) -> Guid
pub fn request_reader(&self) -> Guid
GUID des Request-Readers (Server-Incoming).
Sourcepub fn reply_writer(&self) -> Guid
pub fn reply_writer(&self) -> Guid
GUID des Reply-Writers (Server-Outgoing).
Sourcepub fn reply_reader(&self) -> Guid
pub fn reply_reader(&self) -> Guid
GUID des Reply-Readers (Client-Incoming).
Sourcepub fn service_instance_name(&self) -> String
pub fn service_instance_name(&self) -> String
Service-Instance-Name fuer beide Topics (§7.6.3.3.4 c).
Trait Implementations§
Source§impl Clone for TypeLookupEndpoints
impl Clone for TypeLookupEndpoints
Source§fn clone(&self) -> TypeLookupEndpoints
fn clone(&self) -> TypeLookupEndpoints
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 TypeLookupEndpoints
impl Debug for TypeLookupEndpoints
Source§impl PartialEq for TypeLookupEndpoints
impl PartialEq for TypeLookupEndpoints
Source§fn eq(&self, other: &TypeLookupEndpoints) -> bool
fn eq(&self, other: &TypeLookupEndpoints) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TypeLookupEndpoints
impl Eq for TypeLookupEndpoints
impl StructuralPartialEq for TypeLookupEndpoints
Auto Trait Implementations§
impl Freeze for TypeLookupEndpoints
impl RefUnwindSafe for TypeLookupEndpoints
impl Send for TypeLookupEndpoints
impl Sync for TypeLookupEndpoints
impl Unpin for TypeLookupEndpoints
impl UnsafeUnpin for TypeLookupEndpoints
impl UnwindSafe for TypeLookupEndpoints
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