#[repr(C)]pub struct uv_loop_s { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for uv_loop_s
impl RefUnwindSafe for uv_loop_s
impl Send for uv_loop_s
impl Sync for uv_loop_s
impl Unpin for uv_loop_s
impl UnwindSafe for uv_loop_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