#[repr(C)]pub struct ELINKNODE {
pub addr: ELINKADDR,
pub name: [c_char; 40],
}Expand description
\brief Name and address for connection.
Name and address for connection or ping
Fields§
§addr: ELINKADDR< address of the remote or local tracker
name: [c_char; 40]< name of the remote or local tracker
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ELINKNODE
impl RefUnwindSafe for ELINKNODE
impl Send for ELINKNODE
impl Sync for ELINKNODE
impl Unpin for ELINKNODE
impl UnwindSafe for ELINKNODE
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