Struct pebble_syscall_common::SyscallInfo [] [src]

#[repr(packed)]
pub struct SyscallInfo { pub syscall_number: usize, pub a: usize, pub b: usize, pub c: usize, pub d: usize, pub e: usize, }

Fields

Trait Implementations

impl Clone for SyscallInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SyscallInfo
[src]

impl Debug for SyscallInfo
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SyscallInfo

impl Sync for SyscallInfo