Enum nix::sys::aio::LioMode
[−]
[src]
#[repr(i32)]pub enum LioMode { LIO_WAIT, LIO_NOWAIT, }
Mode for lio_listio.
Variants
LIO_WAITRequests that lio_listio block until all requested operations have
been completed
LIO_NOWAITRequests that lio_listio return immediately
Trait Implementations
impl Clone for LioMode[src]
fn clone(&self) -> LioMode
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