Struct glib_sys::GPollFD [] [src]

#[repr(C)]
pub struct GPollFD { pub fd: c_int, pub events: c_ushort, pub revents: c_ushort, }

Fields

Trait Implementations

impl Debug for GPollFD
[src]

[src]

Formats the value using the given formatter.