Struct libc_interface::aiocb [−][src]
#[repr(C)]pub struct aiocb { pub aio_fildes: c_int, pub aio_offset: off_t, pub aio_buf: *mut c_void, pub aio_nbytes: size_t, pub aio_reqprio: c_int, pub aio_sigevent: sigevent, pub aio_lio_opcode: c_int, }
Fields
aio_fildes: c_int
aio_offset: off_t
aio_buf: *mut c_void
aio_nbytes: size_t
aio_reqprio: c_int
aio_sigevent: sigevent
aio_lio_opcode: c_int
Trait Implementations
impl Copy for aiocb[src]
impl Copy for aiocbimpl Clone for aiocb[src]
impl Clone for aiocbfn clone(&self) -> aiocb[src]
fn clone(&self) -> aiocbReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for aiocb[src]
impl PartialEq for aiocbfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for aiocb[src]
impl Eq for aiocb