#[repr(transparent)]pub struct uv_loop_option(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl uv_loop_option
impl uv_loop_option
pub const UV_LOOP_BLOCK_SIGNAL: uv_loop_option
Source§impl uv_loop_option
impl uv_loop_option
pub const UV_METRICS_IDLE_TIME: uv_loop_option
Trait Implementations§
Source§impl Clone for uv_loop_option
impl Clone for uv_loop_option
Source§fn clone(&self) -> uv_loop_option
fn clone(&self) -> uv_loop_option
Returns a duplicate 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 moreSource§impl Debug for uv_loop_option
impl Debug for uv_loop_option
Source§impl Hash for uv_loop_option
impl Hash for uv_loop_option
Source§impl PartialEq for uv_loop_option
impl PartialEq for uv_loop_option
impl Copy for uv_loop_option
impl Eq for uv_loop_option
impl StructuralPartialEq for uv_loop_option
Auto Trait Implementations§
impl Freeze for uv_loop_option
impl RefUnwindSafe for uv_loop_option
impl Send for uv_loop_option
impl Sync for uv_loop_option
impl Unpin for uv_loop_option
impl UnwindSafe for uv_loop_option
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