Struct libc::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 Clone for aiocb
[src][+]
impl Copy for aiocb
[src]
impl Debug for aiocb
[src][+]
impl Eq for aiocb
[src]
impl Hash for aiocb
[src][+]
impl PartialEq<aiocb> for aiocb
[src][+]
impl StructuralEq for aiocb
[src]
impl StructuralPartialEq for aiocb
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,