Type Alias pollfd

Source
pub type pollfd = linux_pollfd;

Aliased Type§

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

Fields§

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

Trait Implementations§