#[repr(transparent)]pub struct uv_req_type(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl uv_req_type
impl uv_req_type
pub const UV_UNKNOWN_REQ: uv_req_type = _
source§impl uv_req_type
impl uv_req_type
pub const UV_REQ: uv_req_type = _
source§impl uv_req_type
impl uv_req_type
pub const UV_CONNECT: uv_req_type = _
source§impl uv_req_type
impl uv_req_type
pub const UV_WRITE: uv_req_type = _
source§impl uv_req_type
impl uv_req_type
pub const UV_SHUTDOWN: uv_req_type = _
source§impl uv_req_type
impl uv_req_type
pub const UV_UDP_SEND: uv_req_type = _
source§impl uv_req_type
impl uv_req_type
pub const UV_FS: uv_req_type = _
source§impl uv_req_type
impl uv_req_type
pub const UV_WORK: uv_req_type = _
source§impl uv_req_type
impl uv_req_type
pub const UV_GETADDRINFO: uv_req_type = _
source§impl uv_req_type
impl uv_req_type
pub const UV_GETNAMEINFO: uv_req_type = _
source§impl uv_req_type
impl uv_req_type
pub const UV_RANDOM: uv_req_type = _
source§impl uv_req_type
impl uv_req_type
pub const UV_REQ_TYPE_MAX: uv_req_type = _
Trait Implementations§
source§impl Clone for uv_req_type
impl Clone for uv_req_type
source§fn clone(&self) -> uv_req_type
fn clone(&self) -> uv_req_type
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_req_type
impl Debug for uv_req_type
source§impl Hash for uv_req_type
impl Hash for uv_req_type
source§impl PartialEq for uv_req_type
impl PartialEq for uv_req_type
impl Copy for uv_req_type
impl Eq for uv_req_type
impl StructuralPartialEq for uv_req_type
Auto Trait Implementations§
impl Freeze for uv_req_type
impl RefUnwindSafe for uv_req_type
impl Send for uv_req_type
impl Sync for uv_req_type
impl Unpin for uv_req_type
impl UnwindSafe for uv_req_type
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
)