Enum nix::sys::aio::LioMode [−][src]
pub enum LioMode { LIO_WAIT, LIO_NOWAIT, }
Mode for lio_listio
Variants
Requests that lio_listio
block until all
requested operations have been completed
Requests that lio_listio
return immediately
Trait Implementations
impl Clone for LioMode
[src][+]
impl Copy for LioMode
[src]
impl Debug for LioMode
[src][+]
impl Eq for LioMode
[src]
impl Hash for LioMode
[src][+]
impl Ord for LioMode
[src][+]
impl PartialEq<LioMode> for LioMode
[src][+]
impl PartialOrd<LioMode> for LioMode
[src][+]
impl StructuralEq for LioMode
[src]
impl StructuralPartialEq for LioMode
[src]
Auto Trait Implementations
impl RefUnwindSafe for LioMode
impl Send for LioMode
impl Sync for LioMode
impl Unpin for LioMode
impl UnwindSafe for LioMode
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,