Crate starnix_uapi

Crate starnix_uapi 

Source

Re-exports§

pub use x64::*;
pub use uapi::*;

Modules§

arc_key
arch32
as_any
auth
device_type
elf
errors
file_lease
file_mode
inotify_mask
iptables_flags
kcmp
math
mount_flags
open_flags
personality
range_ext
resource_limits
restricted_aspace
seal_flags
signals
syslog
uapi
union
unmount_flags
user_address
user_value
version
vfs
x64

Macros§

arch_struct_with_union
Initializes the given fields of a struct or union and returns the union as a ArchSpecificUnionContainer.
arch_union_wrapper
Build the wrapper type around a UABI specific union.
errno
errno returns an Errno struct tagged with the current file name and line number.
errno_from_code
errno_from_code returns a Err containing an Errno struct with the given error code and is tagged with the current file name and line number.
errno_from_zxio_code
errno_from_zxio_code returns an Errno struct with the given error code and is tagged with the current file name and line number.
error
error returns a Err containing an Errno struct tagged with the current file name and line number.
from_status_like_fdio
mode
struct_with_union_into_bytes
Initializes the given fields of a struct or union and returns the bytes of the resulting object as a byte array.