enumstd.os.wasi.whence_t[src]

Fields

SET
CUR
END

Source Code

Source code
pub const whence_t = enum(u8) { SET, CUR, END }