Struct scaproust::core::PollRes [] [src]

pub struct PollRes {
    pub recv: bool,
    pub send: bool,
}

Result of a socket polling, tells whether the socket is readable or writable.

Fields