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]

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]

Auto Trait Implementations

impl Send for Event

impl Sync for Event