Struct libc::epoll_event [] [src]

pub struct epoll_event {
    pub events: uint32_t,
    pub u64: uint64_t,
}

Fields

events: uint32_t u64: uint64_t

Trait Implementations

impl Copy for epoll_event
[src]

impl Clone for epoll_event
[src]

fn clone(&self) -> epoll_event

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