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
id: u64
pid: usize
uid: u32
gid: u32
a: usize
b: usize
c: usize
d: usize
Trait Implementations
impl Copy for Packet
[src]
impl Clone for Packet
[src]
fn clone(&self) -> Packet
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for Packet
[src]
impl Default for Packet
[src]
impl Deref for Packet
[src]
type Target = [u8]
The resulting type after dereferencing
fn deref(&self) -> &[u8]
The method called to dereference a value
impl DerefMut for Packet
[src]
fn deref_mut(&mut self) -> &mut [u8]
The method called to mutably dereference a value