Struct rpgffi::WaitEvent [] [src]

#[repr(C)]
pub struct WaitEvent { pub pos: c_int, pub events: uint32, pub fd: pgsocket, pub user_data: *mut c_void, }

Fields

Trait Implementations

impl Copy for WaitEvent
[src]

impl Clone for WaitEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more