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