PollFD

Type Alias PollFD 

Source
pub type PollFD = pollfd;

Aliased Type§

#[repr(C)]
pub struct PollFD { pub fd: i32, pub events: i16, pub revents: i16, }

Fields§

§fd: i32§events: i16§revents: i16