pub struct GuidPrefix(pub [u8; 12]);Expand description
GuidPrefix: 12-byte-Prefix einer GUID. Identifiziert einen
Participant; bleibt fuer alle Endpoints des Participants gleich.
Tuple Fields§
§0: [u8; 12]Implementations§
Trait Implementations§
Source§impl Clone for GuidPrefix
impl Clone for GuidPrefix
Source§fn clone(&self) -> GuidPrefix
fn clone(&self) -> GuidPrefix
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 GuidPrefix
impl Debug for GuidPrefix
Source§impl Hash for GuidPrefix
impl Hash for GuidPrefix
Source§impl Ord for GuidPrefix
impl Ord for GuidPrefix
Source§fn cmp(&self, other: &GuidPrefix) -> Ordering
fn cmp(&self, other: &GuidPrefix) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GuidPrefix
impl PartialEq for GuidPrefix
Source§fn eq(&self, other: &GuidPrefix) -> bool
fn eq(&self, other: &GuidPrefix) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GuidPrefix
impl PartialOrd for GuidPrefix
impl Copy for GuidPrefix
impl Eq for GuidPrefix
impl StructuralPartialEq for GuidPrefix
Auto Trait Implementations§
impl Freeze for GuidPrefix
impl RefUnwindSafe for GuidPrefix
impl Send for GuidPrefix
impl Sync for GuidPrefix
impl Unpin for GuidPrefix
impl UnsafeUnpin for GuidPrefix
impl UnwindSafe for GuidPrefix
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