[][src]Struct linux::kty::iocb

#[repr(C)]
pub struct iocb { pub aio_data: __u64, pub aio_key: __u32, pub aio_reserved1: __u32, pub aio_lio_opcode: __u16, pub aio_reqprio: __s16, pub aio_fildes: __u32, pub aio_buf: __u64, pub aio_nbytes: __u64, pub aio_offset: __s64, pub aio_reserved2: __u64, pub aio_flags: __u32, pub aio_resfd: __u32, }

Fields

aio_data: __u64aio_key: __u32aio_reserved1: __u32aio_lio_opcode: __u16aio_reqprio: __s16aio_fildes: __u32aio_buf: __u64aio_nbytes: __u64aio_offset: __s64aio_reserved2: __u64aio_flags: __u32aio_resfd: __u32

Trait Implementations

impl Pod for iocb[src]

impl Eq for iocb[src]

impl Clone for iocb[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialEq<iocb> for iocb[src]

impl Copy for iocb[src]

Auto Trait Implementations

impl Send for iocb

impl Sync for iocb

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]