[][src]Module librs::linux::syscall

Syscalls.

Re-exports

pub use argument::Argument;
pub use failure::Failure;
pub use pointer::Pointer;
pub use success::Success;
pub use amd64::Syscall;

Modules

amd64

Implementation of Syscall for amd64.

argument

Something that could be used as an Argument of a Syscall.

failure

Different Ways a Syscall could fail.

pointer

Some Pointer that could be used as an Argument of a Syscall.

success

Return Value, if Syscall was successful.

wrapper

Safish wrapper for the Syscalls.