Struct glib_sys::GPollFD [−][src]
#[repr(C)]pub struct GPollFD { pub fd: c_int, pub events: c_ushort, pub revents: c_ushort, }
Fields
fd: c_int
events: c_ushort
revents: c_ushort
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GPollFD
impl UnwindSafe for GPollFD
Blanket Implementations
Mutably borrows from an owned value. Read more