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[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for AioCancelStat[src]
impl Debug for AioCancelStat[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more