#[repr(i32)]pub enum LioMode {
LIO_WAIT = 0,
LIO_NOWAIT = 1,
}
Expand description
Mode for lio_listio
Variants§
LIO_WAIT = 0
Requests that lio_listio
block until all
requested operations have been completed
LIO_NOWAIT = 1
Requests that lio_listio
return immediately
Trait Implementations§
source§impl Ord for LioMode
impl Ord for LioMode
source§impl PartialOrd for LioMode
impl PartialOrd for LioMode
impl Copy for LioMode
impl Eq for LioMode
impl StructuralPartialEq for LioMode
Auto Trait Implementations§
impl Freeze for LioMode
impl RefUnwindSafe for LioMode
impl Send for LioMode
impl Sync for LioMode
impl Unpin for LioMode
impl UnwindSafe for LioMode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)