Enum nix::sys::aio::AioCancelStat [−][src]
#[repr(i32)] pub enum AioCancelStat { AioCanceled, AioNotCanceled, AioAllDone, }
Return values for AioCb::cancel
and
aio_cancel_all
Variants
All outstanding requests were canceled
Some requests were not canceled. Their status should be checked with
AioCb::error
All of the requests have already finished
Trait Implementations
impl Clone for AioCancelStat
[src]
impl Clone for AioCancelStat
[src]fn clone(&self) -> AioCancelStat
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for AioCancelStat
[src]
impl Hash for AioCancelStat
[src]impl PartialEq<AioCancelStat> for AioCancelStat
[src]
impl PartialEq<AioCancelStat> for AioCancelStat
[src]