Enum napi_sys::uv_run_mode
source · #[repr(C)]pub enum uv_run_mode {
UV_RUN_DEFAULT = 0,
UV_RUN_ONCE = 1,
UV_RUN_NOWAIT = 2,
}
Variants§
Trait Implementations§
source§impl Clone for uv_run_mode
impl Clone for uv_run_mode
source§fn clone(&self) -> uv_run_mode
fn clone(&self) -> uv_run_mode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for uv_run_mode
Auto Trait Implementations§
impl Freeze for uv_run_mode
impl RefUnwindSafe for uv_run_mode
impl Send for uv_run_mode
impl Sync for uv_run_mode
impl Unpin for uv_run_mode
impl UnwindSafe for uv_run_mode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more