Struct libc::aiocb [] [src]

pub struct aiocb {
    pub aio_fildes: c_int,
    pub aio_lio_opcode: c_int,
    pub aio_reqprio: c_int,
    pub aio_buf: *mut c_void,
    pub aio_nbytes: size_t,
    pub aio_sigevent: sigevent,
    pub aio_offset: off_t,
    // some fields omitted
}

Fields

Trait Implementations

impl Copy for aiocb
[src]

impl Clone for aiocb
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more