Type Alias epoll_event

Source
pub type epoll_event = linux_epoll_event;

Aliased Type§

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

Fields§

§events: u32§data: u64

Trait Implementations§