You can search for identifiers within the package.
in-package search v0.2.0
uring
Statx.Flags
include FLAGS
type t = private int
A set of flags.
val of_int : int -> t
val (+) : t -> t -> t
a + b is the union of the sets.
a + b
val mem : t -> t -> bool
mem x flags is true iff x is a subset of flags.
mem x flags
true
x
flags
val empty : t
val empty_path : t
val no_automount : t
val symlink_nofollow : t
val statx_sync_as_stat : t
val statx_force_sync : t
val statx_dont_sync : t