Struct rux::poll::EpollFd [] [src]

pub struct EpollFd {
    pub fd: RawFd,
}

Fields

Methods

impl EpollFd
[src]

Trait Implementations

impl Debug for EpollFd
[src]

Formats the value using the given formatter.

impl Copy for EpollFd
[src]

impl Clone for EpollFd
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Send for EpollFd
[src]

impl Display for EpollFd
[src]

Formats the value using the given formatter. Read more