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
aio_fildes: c_int
aio_lio_opcode: c_int
aio_reqprio: c_int
aio_buf: *mut c_void
aio_nbytes: size_t
aio_sigevent: sigevent
aio_offset: off_t
Trait Implementations
impl Copy for aiocb
[src]
impl Copy for aiocb
impl Clone for aiocb
[src]
impl Clone for aiocb
fn clone(&self) -> aiocb
[src]
fn clone(&self) -> aiocb
Returns 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 aiocb
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for aiocb
[src]
impl Eq for aiocb