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

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

Fields

events: EpollEventKind data: u64

Trait Implementations

impl Copy for EpollEvent
[src]

impl Clone for EpollEvent
[src]

fn clone(&self) -> EpollEvent

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more