Struct mio::SetReadiness [] [src]

pub struct SetReadiness { /* fields omitted */ }

Used to update readiness for an associated Registration. SetReadiness is Sync which allows it to be updated across threads.

Methods

impl SetReadiness
[src]

Trait Implementations

impl Clone for SetReadiness
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Send for SetReadiness
[src]

impl Sync for SetReadiness
[src]