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