pub struct SysPoller { /* private fields */ }
Expand description
Event for iocp system.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysPoller
impl RefUnwindSafe for SysPoller
impl Send for SysPoller
impl Sync for SysPoller
impl Unpin for SysPoller
impl UnwindSafe for SysPoller
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