Enum nix::sys::aio::AioCancelStat
[−]
[src]
#[repr(i32)]pub enum AioCancelStat { AioCanceled, AioNotCanceled, AioAllDone, }
Return values for AioCb::cancel and aio_cancel_all
Variants
AioCanceledAll outstanding requests were canceled
AioNotCanceledSome requests were not canceled. Their status should be checked with
AioCb::error
AioAllDoneAll of the requests have already finished
Trait Implementations
impl Clone for AioCancelStat[src]
fn clone(&self) -> AioCancelStat
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more