Struct monoio::LegacyDriver
source · pub struct LegacyDriver { /* private fields */ }
Expand description
Driver with Poll-like syscall.
Trait Implementations§
source§impl Buildable for LegacyDriver
impl Buildable for LegacyDriver
source§fn build(this: RuntimeBuilder<Self>) -> Result<Runtime<LegacyDriver>>
fn build(this: RuntimeBuilder<Self>) -> Result<Runtime<LegacyDriver>>
Build the runtime.
source§impl Driver for LegacyDriver
impl Driver for LegacyDriver
Auto Trait Implementations§
impl Freeze for LegacyDriver
impl !RefUnwindSafe for LegacyDriver
impl !Send for LegacyDriver
impl !Sync for LegacyDriver
impl Unpin for LegacyDriver
impl !UnwindSafe for LegacyDriver
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