Enum libuv_sys::uv_fs_event_flags [] [src]

#[repr(C)]
pub enum uv_fs_event_flags { UV_FS_EVENT_WATCH_ENTRY, UV_FS_EVENT_STAT, UV_FS_EVENT_RECURSIVE, }

Variants

Trait Implementations

impl Debug for uv_fs_event_flags
[src]

Formats the value using the given formatter.

impl Clone for uv_fs_event_flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for uv_fs_event_flags
[src]

impl PartialEq for uv_fs_event_flags
[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_event_flags
[src]