Enum libuv_sys::uv_fs_type [] [src]

#[repr(C)]
pub enum uv_fs_type { UV_FS_UNKNOWN, UV_FS_CUSTOM, UV_FS_OPEN, UV_FS_CLOSE, UV_FS_READ, UV_FS_WRITE, UV_FS_SENDFILE, UV_FS_STAT, UV_FS_LSTAT, UV_FS_FSTAT, UV_FS_FTRUNCATE, UV_FS_UTIME, UV_FS_FUTIME, UV_FS_ACCESS, UV_FS_CHMOD, UV_FS_FCHMOD, UV_FS_FSYNC, UV_FS_FDATASYNC, UV_FS_UNLINK, UV_FS_RMDIR, UV_FS_MKDIR, UV_FS_MKDTEMP, UV_FS_RENAME, UV_FS_SCANDIR, UV_FS_LINK, UV_FS_SYMLINK, UV_FS_READLINK, UV_FS_CHOWN, UV_FS_FCHOWN, }

Variants

Trait Implementations

impl Debug for uv_fs_type
[src]

Formats the value using the given formatter.

impl Clone for uv_fs_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for uv_fs_type
[src]

impl PartialEq for uv_fs_type
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for uv_fs_type
[src]