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_NOP
LIO_WRITE
LIO_READ
Trait Implementations
impl Clone for LioOpcode
[src]
impl Clone for LioOpcode
fn clone(&self) -> LioOpcode
[src]
fn clone(&self) -> LioOpcode
Returns 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 LioOpcode
impl Debug for LioOpcode
[src]
impl Debug for LioOpcode
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for LioOpcode
[src]
impl PartialEq for LioOpcode