Struct aio_bindings::iocb [] [src]

#[repr(C)]
pub struct iocb { pub aio_data: __u64, pub aio_key: __u32, pub aio_reserved1: __u32, pub aio_lio_opcode: __u16, pub aio_reqprio: __s16, pub aio_fildes: __u32, pub aio_buf: __u64, pub aio_nbytes: __u64, pub aio_offset: __s64, pub aio_reserved2: __u64, pub aio_flags: __u32, pub aio_resfd: __u32, }

Fields

Trait Implementations

impl Debug for iocb
[src]

[src]

Formats the value using the given formatter.

impl Copy for iocb
[src]

impl Clone for iocb
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more