Struct cros_asyncv2::sys::io_driver::mio::DriverState
source · [−]struct DriverState {
poll: Poll,
events: Events,
}
Fields
poll: Poll
events: Events
Implementations
sourceimpl DriverState
impl DriverState
fn new() -> Result<RefCell<DriverState>>
Auto Trait Implementations
impl RefUnwindSafe for DriverState
impl Send for DriverState
impl Sync for DriverState
impl Unpin for DriverState
impl UnwindSafe for DriverState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more