#[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§
Auto Trait Implementations§
impl Freeze for aiocb
impl RefUnwindSafe for aiocb
impl !Send for aiocb
impl !Sync for aiocb
impl Unpin for aiocb
impl UnwindSafe for aiocb
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)