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_READTrait Implementations
impl Clone for LioOpcode[src]
fn clone(&self) -> LioOpcode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more