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]
impl Clone for LioModefn clone(&self) -> LioMode[src]
fn clone(&self) -> LioModeReturns 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 LioMode[src]
impl Copy for LioModeimpl Debug for LioMode[src]
impl Debug for LioModefn 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 LioMode[src]
impl PartialEq for LioMode