pub struct LinkActivation {
pub received_hops: u8,
pub rtt: RttMillis,
pub mtu: usize,
pub attached_interface: InterfaceId,
pub peer_signing: Ed25519PublicKey,
}Fields§
§received_hops: u8§rtt: RttMillis§mtu: usize§attached_interface: InterfaceId§peer_signing: Ed25519PublicKeyTrait Implementations§
Source§impl Clone for LinkActivation
impl Clone for LinkActivation
Source§fn clone(&self) -> LinkActivation
fn clone(&self) -> LinkActivation
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 moreimpl Copy for LinkActivation
Source§impl Debug for LinkActivation
impl Debug for LinkActivation
impl Eq for LinkActivation
Source§impl PartialEq for LinkActivation
impl PartialEq for LinkActivation
impl StructuralPartialEq for LinkActivation
Auto Trait Implementations§
impl Freeze for LinkActivation
impl RefUnwindSafe for LinkActivation
impl Send for LinkActivation
impl Sync for LinkActivation
impl Unpin for LinkActivation
impl UnsafeUnpin for LinkActivation
impl UnwindSafe for LinkActivation
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