#[repr(transparent)]pub struct uv_run_mode(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl uv_run_mode
impl uv_run_mode
pub const UV_RUN_DEFAULT: uv_run_mode = _
source§impl uv_run_mode
impl uv_run_mode
pub const UV_RUN_ONCE: uv_run_mode = _
source§impl uv_run_mode
impl uv_run_mode
pub const UV_RUN_NOWAIT: uv_run_mode = _
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.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for uv_run_mode
impl Debug for uv_run_mode
source§impl Hash for uv_run_mode
impl Hash for uv_run_mode
source§impl PartialEq for uv_run_mode
impl PartialEq for uv_run_mode
impl Copy for uv_run_mode
impl Eq for uv_run_mode
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)