#[repr(transparent)]pub struct uv_poll_event(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl uv_poll_event
impl uv_poll_event
pub const UV_READABLE: uv_poll_event = _
source§impl uv_poll_event
impl uv_poll_event
pub const UV_WRITABLE: uv_poll_event = _
source§impl uv_poll_event
impl uv_poll_event
pub const UV_DISCONNECT: uv_poll_event = _
source§impl uv_poll_event
impl uv_poll_event
pub const UV_PRIORITIZED: uv_poll_event = _
Trait Implementations§
source§impl Clone for uv_poll_event
impl Clone for uv_poll_event
source§fn clone(&self) -> uv_poll_event
fn clone(&self) -> uv_poll_event
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_poll_event
impl Debug for uv_poll_event
source§impl Hash for uv_poll_event
impl Hash for uv_poll_event
source§impl PartialEq for uv_poll_event
impl PartialEq for uv_poll_event
impl Copy for uv_poll_event
impl Eq for uv_poll_event
impl StructuralPartialEq for uv_poll_event
Auto Trait Implementations§
impl Freeze for uv_poll_event
impl RefUnwindSafe for uv_poll_event
impl Send for uv_poll_event
impl Sync for uv_poll_event
impl Unpin for uv_poll_event
impl UnwindSafe for uv_poll_event
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
)