package luv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [ `Stat ] Ctypes.structure
val t : t F.typ
val st_dev : (Unsigned.uint64, t) F.field
val st_mode : (Unsigned.uint64, t) F.field
val st_uid : (Unsigned.uint64, t) F.field
val st_gid : (Unsigned.uint64, t) F.field
val st_rdev : (Unsigned.uint64, t) F.field
val st_ino : (Unsigned.uint64, t) F.field
val st_size : (Unsigned.uint64, t) F.field
val st_blksize : (Unsigned.uint64, t) F.field
val st_blocks : (Unsigned.uint64, t) F.field
val st_flags : (Unsigned.uint64, t) F.field
val st_gen : (Unsigned.uint64, t) F.field
val st_atim : ([ `Timespec ] Ctypes.structure, t) F.field
val st_mtim : ([ `Timespec ] Ctypes.structure, t) F.field
val st_ctim : ([ `Timespec ] Ctypes.structure, t) F.field
val st_birthtim : ([ `Timespec ] Ctypes.structure, t) F.field