jz aber xd, xd
This commit is contained in:
parent
84dd54bb08
commit
6a9567c5de
Binary file not shown.
|
|
@ -13,6 +13,13 @@ mod Socket {
|
||||||
port: usize,
|
port: usize,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl Clone for Peer {
|
||||||
|
fn clone(&self) -> Self {
|
||||||
|
Self {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
impl Peer {
|
impl Peer {
|
||||||
fn new() -> Peer {
|
fn new() -> Peer {
|
||||||
Peer {
|
Peer {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user