#[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,
/* private fields */
}
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§
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)