Enum nix::sys::aio::LioMode
#[repr(i32)]
pub enum LioMode {
LIO_WAIT,
LIO_NOWAIT,
}Documentation
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 Debug for LioMode
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for LioMode
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl Ord for LioMode
fn cmp(&Self, other: &LioMode) -> $crate::cmp::Orderingimpl PartialOrd<LioMode> for LioMode
fn partial_cmp(&Self, other: &LioMode) -> $crate::option::Option<$crate::cmp::Ordering>impl StructuralEq for LioModeimpl StructuralPartialEq for LioModeAuto Trait Implementations
impl RefUnwindSafe for LioModeimpl UnwindSafe for LioModeBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T