pub struct PeerLivelinessState {
pub last_seen: Duration,
pub last_kind: u32,
}Expand description
Pro-Peer-Tracking-State im Reader.
Fields§
§last_seen: DurationLetztes empfangenes WLP-Heartbeat (relative Zeit zum
WlpEndpoint-Owner-Start).
last_kind: u32Letzter empfangener kind — fuer Diagnose, ob Peer
AUTOMATIC oder MANUAL geschickt hat.
Trait Implementations§
Source§impl Clone for PeerLivelinessState
impl Clone for PeerLivelinessState
Source§fn clone(&self) -> PeerLivelinessState
fn clone(&self) -> PeerLivelinessState
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 PeerLivelinessState
impl Debug for PeerLivelinessState
Source§impl PartialEq for PeerLivelinessState
impl PartialEq for PeerLivelinessState
Source§fn eq(&self, other: &PeerLivelinessState) -> bool
fn eq(&self, other: &PeerLivelinessState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PeerLivelinessState
impl StructuralPartialEq for PeerLivelinessState
Auto Trait Implementations§
impl Freeze for PeerLivelinessState
impl RefUnwindSafe for PeerLivelinessState
impl Send for PeerLivelinessState
impl Sync for PeerLivelinessState
impl Unpin for PeerLivelinessState
impl UnsafeUnpin for PeerLivelinessState
impl UnwindSafe for PeerLivelinessState
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