Struct epoll::Event [] [src]

#[repr(C)] #[repr(packed)]
pub struct Event { pub events: u32, pub data: u64, }

'libc::epoll_event' equivalent.

Fields

Methods

impl Event
[src]

[src]

Trait Implementations

impl Clone for Event
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Event
[src]