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

#[repr(C)]
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]

[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.

impl Default for Packet
[src]

[src]

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

impl Deref for Packet
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for Packet
[src]

[src]

Mutably dereferences the value.