Enum cros_asyncv2::sys::io_driver::PlatformWaker
source · [−]enum PlatformWaker {
Mio(Waker),
}
Variants
Mio(Waker)
Implementations
Auto Trait Implementations
impl RefUnwindSafe for PlatformWaker
impl Send for PlatformWaker
impl Sync for PlatformWaker
impl Unpin for PlatformWaker
impl UnwindSafe for PlatformWaker
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