Struct aio_bindings::io_event [] [src]

#[repr(C)]
pub struct io_event { pub data: __u64, pub obj: __u64, pub res: __s64, pub res2: __s64, }

Fields

Trait Implementations

impl Debug for io_event
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for io_event
[src]

impl Clone for io_event
[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 io_event

impl Sync for io_event