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_intevents: c_ushortrevents: c_ushortTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GPollFDimpl UnwindSafe for GPollFDBlanket Implementations
Mutably borrows from an owned value. Read more