Expand description
Contains documentation-only types for syscall arguments
Structs§
- Syscall
Result - An opaque type that represents a syscall result
the underlying type is a 16 bit unsigned integer, in which 0 is success and any other value is in error
represented by the
ErrorStatusenum
Type Aliases§
- Cid
- A thread ID
- Optional
Ptr - A nullable imuttable pointer to
T - Optional
PtrMut - A nullable muttable pointer to
T - Optional
Str - An optional immuttable nullable utf8 byte slice
- Optional
StrMut - An optional muttable nullable utf8 byte slice
- Pid
- A process ID
- Required
Ptr - An immuttable pointer to
T - Required
PtrMut - A muttable pointer to
T - Ri
- A resource id this is a generic type that can be used to represent any resource (file, directory, device, directory iterator, etc.)