Struct syscall::data::Packet [] [src]

pub struct Packet {
    pub id: u64,
    pub pid: usize,
    pub uid: u32,
    pub gid: u32,
    pub a: usize,
    pub b: usize,
    pub c: usize,
    pub d: usize,
}

Fields

Trait Implementations

impl Copy for Packet
[src]

impl Clone for Packet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Packet
[src]

Formats the value using the given formatter.

impl Default for Packet
[src]

Returns the "default value" for a type. Read more

impl Deref for Packet
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Packet
[src]

The method called to mutably dereference a value