Enum libuv_sys::uv_run_mode [] [src]

#[repr(C)]
pub enum uv_run_mode { UV_RUN_DEFAULT, UV_RUN_ONCE, UV_RUN_NOWAIT, }

Variants

Trait Implementations

impl Debug for uv_run_mode
[src]

Formats the value using the given formatter.

impl Clone for uv_run_mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for uv_run_mode
[src]

impl PartialEq for uv_run_mode
[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_run_mode
[src]