Struct unbase::network::packet::Packet [] [src]

pub struct Packet {
    pub to_slab_id: SlabId,
    pub from_slab_id: SlabId,
    pub memo: Memo,
    pub peerlist: MemoPeerList,
}

Fields

Trait Implementations

impl StatefulSerialize for Packet
[src]

[src]

impl Clone for Packet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Packet
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Packet

impl Sync for Packet