Struct libc_interface::aiocb[][src]

#[repr(C)]
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

impl PartialEq for aiocb
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for aiocb
[src]

Auto Trait Implementations

impl !Send for aiocb

impl !Sync for aiocb