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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GPollFD

impl Sync for GPollFD