Enum libuv_sys::uv_dirent_type_t [] [src]

#[repr(C)]
pub enum uv_dirent_type_t { UV_DIRENT_UNKNOWN, UV_DIRENT_FILE, UV_DIRENT_DIR, UV_DIRENT_LINK, UV_DIRENT_FIFO, UV_DIRENT_SOCKET, UV_DIRENT_CHAR, UV_DIRENT_BLOCK, }

Variants

Trait Implementations

impl Debug for uv_dirent_type_t
[src]

Formats the value using the given formatter.

impl Clone for uv_dirent_type_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for uv_dirent_type_t
[src]

impl PartialEq for uv_dirent_type_t
[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_dirent_type_t
[src]