Struct sozu_lib::network::Readiness[][src]

pub struct Readiness {
    pub event: UnixReady,
    pub interest: UnixReady,
}

Fields

Methods

impl Readiness
[src]

Trait Implementations

impl Clone for Readiness
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Readiness
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Readiness

impl Sync for Readiness