Enum nix::sys::aio::LioOpcode [] [src]

#[repr(i32)]
pub enum LioOpcode { LIO_NOP, LIO_WRITE, LIO_READ, }

When used with lio_listio, determines whether a given aiocb should be used for a read operation, a write operation, or ignored. Has no effect for any other aio functions.

Variants

Trait Implementations

impl Clone for LioOpcode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LioOpcode
[src]

impl Debug for LioOpcode
[src]

Formats the value using the given formatter.

impl PartialEq for LioOpcode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.