Struct system::scheme::Packet [] [src]

pub struct Packet {
    pub id: usize,
    pub a: usize,
    pub b: usize,
    pub c: usize,
    pub d: usize,
}

Fields

id
a
b
c
d

Trait Implementations

impl Deref for Packet

type Target = [u8]

fn deref(&self) -> &[u8]

impl DerefMut for Packet

fn deref_mut(&mut self) -> &mut [u8]

Derived Implementations

impl Default for Packet

fn default() -> Packet

impl Debug for Packet

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Packet

fn clone(&self) -> Packet

fn clone_from(&mut self, source: &Self)

impl Copy for Packet