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 Copy for GPollFD
[src]

impl Clone for GPollFD
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GPollFD

impl Sync for GPollFD