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
LIO_NOPLIO_WRITELIO_READ
Trait Implementations
impl Clone for LioOpcode[src]
impl Clone for LioOpcodefn clone(&self) -> LioOpcode[src]
fn clone(&self) -> LioOpcodeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for LioOpcode[src]
impl Copy for LioOpcodeimpl Debug for LioOpcode[src]
impl Debug for LioOpcodefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for LioOpcode[src]
impl PartialEq for LioOpcode