[][src]Struct ringbahn::drive::Completion

pub struct Completion<'cx> { /* fields omitted */ }

A ccompletion which will be used to wake the task waiting on this event.

This type is opaque to users of ringbahn. It is constructed by the callback passed to Drive::poll_prepare.

Auto Trait Implementations

impl<'cx> !RefUnwindSafe for Completion<'cx>

impl<'cx> Send for Completion<'cx>

impl<'cx> Sync for Completion<'cx>

impl<'cx> Unpin for Completion<'cx>

impl<'cx> !UnwindSafe for Completion<'cx>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.