Struct epoll::EpollEvent [] [src]

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

Fields

events: u32 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