#[repr(C)]pub struct uv__io_s {
pub cb: uv__io_cb,
pub pending_queue: uv__queue,
pub watcher_queue: uv__queue,
pub pevents: c_uint,
pub events: c_uint,
pub fd: c_int,
}
Fields§
§cb: uv__io_cb
§pending_queue: uv__queue
§watcher_queue: uv__queue
§pevents: c_uint
§events: c_uint
§fd: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for uv__io_s
impl RefUnwindSafe for uv__io_s
impl !Send for uv__io_s
impl !Sync for uv__io_s
impl Unpin for uv__io_s
impl UnwindSafe for uv__io_s
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
)