Struct nix::libc::epoll_event[][src]

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

Fields

Trait Implementations

impl Copy for epoll_event
[src]

impl Clone for epoll_event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for epoll_event

impl Sync for epoll_event