#[repr(C)]pub struct uv__async {
pub cb: uv__async_cb,
pub io_watcher: uv__io_t,
pub wfd: c_int,
}Fields§
§cb: uv__async_cb§io_watcher: uv__io_t§wfd: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for uv__async
impl RefUnwindSafe for uv__async
impl !Send for uv__async
impl !Sync for uv__async
impl Unpin for uv__async
impl UnwindSafe for uv__async
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