Enum nix::sys::aio::LioOpcode [−][src]
#[repr(i32)] pub enum LioOpcode { LIO_NOP, LIO_WRITE, LIO_READ, }
When used with lio_listio
, determines whether a
given aiocb
should be used for a read operation, a write operation, or
ignored. Has no effect for any other aio functions.
Variants
Trait Implementations
impl PartialOrd<LioOpcode> for LioOpcode
[src]
impl PartialOrd<LioOpcode> for LioOpcode
[src]fn partial_cmp(&self, other: &LioOpcode) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool