Struct nc::types::io_event_t[][src]

#[repr(C)]
pub struct io_event_t { pub data: u64, pub obj: u64, pub res: i64, pub res2: i64, }
Expand description

read() from /dev/aio returns these structures.

Fields

data: u64

the data field from the iocb

obj: u64

what iocb this event came from

res: i64

result code for this event

res2: i64

secondary result

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.