Struct epoll::Event [] [src]

#[repr(C)] #[repr(packed)]
pub struct Event { /* fields omitted */ }

'libc::epoll_event' equivalent.

Methods

impl Event
[src]

Trait Implementations

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Event
[src]