Struct nix::sys::epoll::EpollEvent [] [src]

pub struct EpollEvent {
    pub events: EpollEventKind,
    pub data: u64,
}

Fields

Trait Implementations

impl Clone for EpollEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EpollEvent
[src]