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